org.springframework.mock.web.portlet
Class MockRenderRequest

java.lang.Object
  extended by org.springframework.mock.web.portlet.MockPortletRequest
      extended by org.springframework.mock.web.portlet.MockRenderRequest

public class MockRenderRequest
extends MockPortletRequest

Mock implementation of the javax.portlet.RenderRequest interface.

Since:
2.0
Author:
John A. Lewis, Juergen Hoeller

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
 java.lang.String getETag()
           
protected  java.lang.String getLifecyclePhase()
          Return the Portlet 2.0 lifecycle id for the current phase.
 
Methods inherited from class org.springframework.mock.web.portlet.MockPortletRequest
addLocale, addParameter, addParameter, addPreferredLocale, addPreferredResponseContentType, addProperty, addResponseContentType, addUserRole, checkActive, close, 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, 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, setWindowState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockRenderRequest

public MockRenderRequest()
Create a new MockRenderRequest with a default MockPortalContext and a default MockPortletContext.

See Also:
MockPortalContext, MockPortletContext

MockRenderRequest

public MockRenderRequest(PortletMode portletMode)
Create a new MockRenderRequest with a default MockPortalContext and a default MockPortletContext.

Parameters:
portletMode - the mode that the portlet runs in

MockRenderRequest

public MockRenderRequest(PortletMode portletMode,
                         WindowState windowState)
Create a new MockRenderRequest with a default MockPortalContext and a default MockPortletContext.

Parameters:
portletMode - the mode that the portlet runs in
windowState - the window state to run the portlet in

MockRenderRequest

public MockRenderRequest(PortletContext portletContext)
Create a new MockRenderRequest with a default MockPortalContext.

Parameters:
portletContext - the PortletContext that the request runs in

MockRenderRequest

public MockRenderRequest(PortalContext portalContext,
                         PortletContext portletContext)
Create a new MockRenderRequest.

Parameters:
portalContext - the PortletContext that the request runs in
portletContext - the PortletContext that the request runs in
Method Detail

getLifecyclePhase

protected java.lang.String getLifecyclePhase()
Description copied from class: MockPortletRequest
Return the Portlet 2.0 lifecycle id for the current phase.

Overrides:
getLifecyclePhase in class MockPortletRequest

getETag

public java.lang.String getETag()