|
|||||||||
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.MockRenderRequest
public class MockRenderRequest
Mock implementation of the RenderRequest
interface.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest |
---|
PortletRequest.P3PUserInfos |
Field Summary |
---|
Fields inherited from interface javax.portlet.RenderRequest |
---|
ETAG |
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 | |
---|---|
MockRenderRequest()
Create a new MockRenderRequest with a default MockPortalContext
and a default MockPortletContext . |
|
MockRenderRequest(PortalContext portalContext,
PortletContext portletContext)
Create a new MockRenderRequest. |
|
MockRenderRequest(PortletContext portletContext)
Create a new MockRenderRequest with a default MockPortalContext . |
|
MockRenderRequest(PortletMode portletMode)
Create a new MockRenderRequest with a default MockPortalContext
and a default MockPortletContext . |
|
MockRenderRequest(PortletMode portletMode,
WindowState windowState)
Create a new MockRenderRequest with a default MockPortalContext
and a default MockPortletContext . |
Method Summary | |
---|---|
String |
getETag()
|
protected String |
getLifecyclePhase()
Return the Portlet 2.0 lifecycle id for the current phase. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MockRenderRequest()
MockPortalContext
and a default MockPortletContext
.
MockPortalContext
,
MockPortletContext
public MockRenderRequest(PortletMode portletMode)
MockPortalContext
and a default MockPortletContext
.
portletMode
- the mode that the portlet runs inpublic MockRenderRequest(PortletMode portletMode, WindowState windowState)
MockPortalContext
and a default MockPortletContext
.
portletMode
- the mode that the portlet runs inwindowState
- the window state to run the portlet inpublic MockRenderRequest(PortletContext portletContext)
MockPortalContext
.
portletContext
- the PortletContext that the request runs inpublic MockRenderRequest(PortalContext portalContext, PortletContext portletContext)
portalContext
- the PortletContext that the request runs inportletContext
- the PortletContext that the request runs inMethod Detail |
---|
protected String getLifecyclePhase()
MockPortletRequest
getLifecyclePhase
in class MockPortletRequest
public String getETag()
getETag
in interface RenderRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |