Liferay 6.0.5

com.liferay.portlet
Class EventRequestImpl

java.lang.Object
  extended by com.liferay.portlet.PortletRequestImpl
      extended by com.liferay.portlet.EventRequestImpl
All Implemented Interfaces:
LiferayPortletRequest, EventRequest, PortletRequest

public class EventRequestImpl
extends PortletRequestImpl
implements EventRequest


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest
PortletRequest.P3PUserInfos
 
Field Summary
 
Fields inherited from interface javax.portlet.PortletRequest
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO
 
Constructor Summary
EventRequestImpl()
           
 
Method Summary
 Event getEvent()
           
 String getLifecycle()
           
 void setEvent(Event event)
           
 
Methods inherited from class com.liferay.portlet.PortletRequestImpl
cleanUp, defineObjects, getAttribute, getAttributeNames, getAuthType, getCCPPProfile, getContextPath, getCookies, getETag, getHttpServletRequest, getLocale, getLocales, getMethod, getOriginalHttpServletRequest, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortlet, getPortletContext, getPortletMode, getPortletName, getPortletRequestImpl, getPortletSession, getPortletSession, getPreferences, getPreferencesImpl, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRenderParameters, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserInfo, getUserPrincipal, getWindowID, getWindowState, init, invalidateSession, isInvalidParameter, isPortletModeAllowed, isPrivateRequestAttributes, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, mergePublicRenderParameters, removeAttribute, removePortletNamespace, setAttribute, setPortletMode, setWindowState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.portlet.EventRequest
getMethod
 
Methods inherited from interface javax.portlet.PortletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
 

Constructor Detail

EventRequestImpl

public EventRequestImpl()
Method Detail

getEvent

public Event getEvent()
Specified by:
getEvent in interface EventRequest

setEvent

public void setEvent(Event event)

getLifecycle

public String getLifecycle()
Specified by:
getLifecycle in class PortletRequestImpl

Liferay 6.0.5