public class MockRenderRequest extends MockPortletRequest implements javax.portlet.RenderRequest
RenderRequest interface.| Constructor and Description |
|---|
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. |
MockRenderRequest(javax.portlet.PortletMode view,
javax.portlet.MutableRenderParameters renderParameters) |
MockRenderRequest(javax.portlet.PortletMode portletMode,
javax.portlet.WindowState windowState)
Create a new MockRenderRequest with a default
MockPortalContext and a default MockPortletContext. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getETag() |
protected java.lang.String |
getLifecyclePhase()
Return the Portlet 2.0 lifecycle id for the current phase.
|
javax.portlet.RenderParameters |
getRenderParameters() |
addLocale, addParameter, addParameter, addPreferredLocale, addPreferredResponseContentType, addProperty, addResponseContentType, addUserRole, checkActive, close, getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserAgent, 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, setWindowStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletContext, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserAgent, getUserPrincipal, getWindowID, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttributepublic MockRenderRequest()
MockPortalContext and a default MockPortletContext.MockPortalContext,
MockPortletContextpublic 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.PortletMode portletMode,
javax.portlet.WindowState windowState)
MockPortalContext and a default MockPortletContext.portletMode - the mode that the portlet runs inwindowState - the window state to run the portlet inpublic MockRenderRequest(javax.portlet.PortalContext portalContext,
javax.portlet.PortletContext portletContext)
portalContext - the PortletContext that the request runs inportletContext - the PortletContext that the request runs inpublic MockRenderRequest(javax.portlet.PortletMode view,
javax.portlet.MutableRenderParameters renderParameters)
public java.lang.String getETag()
getETag in interface javax.portlet.RenderRequestpublic javax.portlet.RenderParameters getRenderParameters()
getRenderParameters in interface javax.portlet.RenderStategetRenderParameters in class MockPortletRequestprotected java.lang.String getLifecyclePhase()
MockPortletRequestgetLifecyclePhase in class MockPortletRequestCopyright © 2022 Liferay, Inc.. All Rights Reserved.