|
The Spring Framework | |||||||||
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.
Field Summary |
---|
Fields inherited from interface javax.portlet.PortletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO |
Constructor Summary | |
---|---|
MockRenderRequest()
Create a new MockRenderRequest with a default MockPortalContext
and a default MockPortletContext . |
|
MockRenderRequest(javax.portlet.PortalContext portalContext,
javax.portlet.PortletContext portletContext)
Create a new MockRenderRequest. |
|
MockRenderRequest(javax.portlet.PortletContext portletContext)
Create a new MockRenderRequest with a default MockPortalContext . |
|
MockRenderRequest(javax.portlet.PortletMode portletMode)
Create a new MockRenderRequest with a default MockPortalContext
and a default MockPortletContext . |
Method Summary |
---|
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, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute |
Constructor Detail |
---|
public MockRenderRequest()
MockPortalContext
and a default MockPortletContext
.
MockPortalContext
,
MockPortletContext
public MockRenderRequest(javax.portlet.PortletMode portletMode)
MockPortalContext
and a default MockPortletContext
.
portletMode
- the mode that the portlet runs inpublic MockRenderRequest(javax.portlet.PortletContext portletContext)
MockPortalContext
.
portletContext
- the PortletContext that the request runs inpublic MockRenderRequest(javax.portlet.PortalContext portalContext, javax.portlet.PortletContext portletContext)
portalContext
- the PortletContext that the request runs inportletContext
- the PortletContext that the request runs in
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |