当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
MockRenderRequest (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.mock.web.portlet
Class MockRenderRequest
java.lang.Object
org.springframework.mock.web.portlet.MockPortletRequest
org.springframework.mock.web.portlet.MockRenderRequest
- All Implemented Interfaces:
- PortletRequest, RenderRequest
public class MockRenderRequest
- extends MockPortletRequest
- implements RenderRequest
Mock implementation of the RenderRequest
interface.
- Since:
- 2.0
- Author:
- John A. Lewis, Juergen Hoeller
Methods inherited from class org.springframework.mock.web.portlet.MockPortletRequest |
addLocale, addParameter, addParameter, addPreferredLocale, addPreferredResponseContentType, addProperty, addResponseContentType, addUserRole, checkActive, close, 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, isActive, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute, setAuthType, setContextPath, setParameter, setParameter, setParameters, setPortletMode, setPreferences, setProperty, setRemoteUser, setRequestedSessionIdValid, setScheme, setSecure, setServerName, setServerPort, setSession, setUserPrincipal, setWindowState |
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 |
MockRenderRequest
public MockRenderRequest()
- Create a new MockRenderRequest with a default
MockPortalContext
and a default MockPortletContext
.
- See Also:
MockPortalContext
,
MockPortletContext
MockRenderRequest
public MockRenderRequest(PortletContext portletContext)
- Create a new MockRenderRequest with a default
MockPortalContext
.
- Parameters:
portletContext
- the PortletContext that the request runs in- See Also:
MockPortalContext
MockRenderRequest
public MockRenderRequest(PortalContext portalContext,
PortletContext portletContext)
- Create a new MockRenderRequest with a default
MockPortalContext
.
- Parameters:
portletContext
- the PortletContext that the request runs in- See Also:
MockPortalContext
Copyright © 2002-2007 The Spring Framework.