|
|||||||||
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.MockEventRequest
public class MockEventRequest
Mock implementation of the EventRequest
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.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 | |
---|---|
MockEventRequest(javax.portlet.Event event)
Create a new MockEventRequest with a default MockPortalContext
and a default MockPortletContext . |
|
MockEventRequest(javax.portlet.Event event,
javax.portlet.PortalContext portalContext,
javax.portlet.PortletContext portletContext)
Create a new MockEventRequest. |
|
MockEventRequest(javax.portlet.Event event,
javax.portlet.PortletContext portletContext)
Create a new MockEventRequest with a default MockPortalContext . |
Method Summary | |
---|---|
javax.portlet.Event |
getEvent()
|
protected String |
getLifecyclePhase()
Return the Portlet 2.0 lifecycle id for the current phase. |
String |
getMethod()
|
void |
setMethod(String method)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 MockEventRequest(javax.portlet.Event event)
MockPortalContext
and a default MockPortletContext
.
event
- the event that this request wrapsMockEvent
public MockEventRequest(javax.portlet.Event event, javax.portlet.PortletContext portletContext)
MockPortalContext
.
event
- the event that this request wrapsportletContext
- the PortletContext that the request runs inMockEvent
public MockEventRequest(javax.portlet.Event event, javax.portlet.PortalContext portalContext, javax.portlet.PortletContext portletContext)
event
- the event that this request wrapsportalContext
- the PortletContext that the request runs inportletContext
- the PortletContext that the request runs inMethod Detail |
---|
protected String getLifecyclePhase()
MockPortletRequest
getLifecyclePhase
in class MockPortletRequest
public javax.portlet.Event getEvent()
getEvent
in interface javax.portlet.EventRequest
public void setMethod(String method)
public String getMethod()
getMethod
in interface javax.portlet.EventRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |