|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.mock.web.portlet.MockPortletRequest org.springframework.mock.web.portlet.MockClientDataRequest org.springframework.mock.web.portlet.MockActionRequest
public class MockActionRequest
Mock implementation of the ActionRequest
interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest |
---|
javax.portlet.PortletRequest.P3PUserInfos |
Field Summary |
---|
Fields inherited from interface javax.portlet.ActionRequest |
---|
ACTION_NAME |
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 | |
---|---|
MockActionRequest()
Create a new MockActionRequest with a default MockPortalContext
and a default MockPortletContext . |
|
MockActionRequest(javax.portlet.PortalContext portalContext,
javax.portlet.PortletContext portletContext)
Create a new MockActionRequest. |
|
MockActionRequest(javax.portlet.PortletContext portletContext)
Create a new MockActionRequest with a default MockPortalContext . |
|
MockActionRequest(javax.portlet.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 . |
Method Summary | |
---|---|
protected String |
getLifecyclePhase()
Return the Portlet 2.0 lifecycle id for the current phase. |
Methods inherited from class org.springframework.mock.web.portlet.MockClientDataRequest |
---|
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding, setContent, setContentType, setMethod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.portlet.ClientDataRequest |
---|
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding |
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 |
---|
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(javax.portlet.PortletMode portletMode)
MockPortalContext
and a default MockPortletContext
.
portletMode
- the mode that the portlet runs inpublic MockActionRequest(javax.portlet.PortletContext portletContext)
MockPortalContext
.
portletContext
- the PortletContext that the request runs inpublic MockActionRequest(javax.portlet.PortalContext portalContext, javax.portlet.PortletContext portletContext)
portalContext
- the PortalContext that the request runs inportletContext
- the PortletContext that the request runs inMethod Detail |
---|
protected String getLifecyclePhase()
MockPortletRequest
getLifecyclePhase
in class MockPortletRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |