public class MockEventRequest extends MockPortletRequest implements EventRequest
EventRequest
interface.PortletRequest.P3PUserInfos
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 and Description |
---|
MockEventRequest(Event event)
Create a new MockEventRequest with a default
MockPortalContext
and a default MockPortletContext . |
MockEventRequest(Event event,
PortalContext portalContext,
PortletContext portletContext)
Create a new MockEventRequest.
|
MockEventRequest(Event event,
PortletContext portletContext)
Create a new MockEventRequest with a default
MockPortalContext . |
Modifier and Type | Method and Description |
---|---|
Event |
getEvent() |
protected String |
getLifecyclePhase()
Return the Portlet 2.0 lifecycle id for the current phase.
|
String |
getMethod() |
void |
setMethod(String method) |
addLocale, addParameter, addParameter, addPreferredLocale, addPreferredResponseContentType, addProperty, addResponseContentType, addUserRole, checkActive, close, 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, isActive, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, registerPublicParameter, removeAttribute, setAttribute, setAuthType, setContextPath, setCookies, setParameter, setParameter, setParameters, setPortletMode, setPreferences, setProperty, setRemoteUser, setRequestedSessionIdValid, setScheme, setSecure, setServerName, setServerPort, setSession, setUserPrincipal, setWindowID, setWindowState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public MockEventRequest(Event event)
MockPortalContext
and a default MockPortletContext
.event
- the event that this request wrapsMockEvent
public MockEventRequest(Event event, PortletContext portletContext)
MockPortalContext
.event
- the event that this request wrapsportletContext
- the PortletContext that the request runs inMockEvent
public MockEventRequest(Event event, PortalContext portalContext, PortletContext portletContext)
event
- the event that this request wrapsportalContext
- the PortletContext that the request runs inportletContext
- the PortletContext that the request runs inprotected String getLifecyclePhase()
MockPortletRequest
getLifecyclePhase
in class MockPortletRequest
public Event getEvent()
getEvent
in interface EventRequest
public void setMethod(String method)
public String getMethod()
getMethod
in interface EventRequest