public class MockActionRequest extends MockClientDataRequest implements ActionRequest
ActionRequest
interface.PortletRequest.P3PUserInfos
ACTION_NAME
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 |
---|
MockActionRequest()
Create a new MockActionRequest with a default
MockPortalContext
and a default MockPortletContext . |
MockActionRequest(PortalContext portalContext,
PortletContext portletContext)
Create a new MockActionRequest.
|
MockActionRequest(PortletContext portletContext)
Create a new MockActionRequest with a default
MockPortalContext . |
MockActionRequest(PortletMode portletMode)
Create a new MockActionRequest with a default
MockPortalContext
and a default MockPortletContext . |
MockActionRequest(String actionName)
Create a new MockActionRequest with a default
MockPortalContext
and a default MockPortletContext . |
Modifier and Type | Method and Description |
---|---|
protected String |
getLifecyclePhase()
Return the Portlet 2.0 lifecycle id for the current phase.
|
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding, setContent, setContentType, setMethod
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
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding
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 MockActionRequest()
MockPortalContext
and a default MockPortletContext
.MockPortalContext
,
MockPortletContext
public MockActionRequest(String actionName)
MockPortalContext
and a default MockPortletContext
.actionName
- the name of the action to triggerpublic MockActionRequest(PortletMode portletMode)
MockPortalContext
and a default MockPortletContext
.portletMode
- the mode that the portlet runs inpublic MockActionRequest(PortletContext portletContext)
MockPortalContext
.portletContext
- the PortletContext that the request runs inpublic MockActionRequest(PortalContext portalContext, PortletContext portletContext)
portalContext
- the PortalContext that the request runs inportletContext
- the PortletContext that the request runs inprotected String getLifecyclePhase()
MockPortletRequest
getLifecyclePhase
in class MockPortletRequest