当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
MockActionRequest (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.mock.web.portlet
Class MockActionRequest
java.lang.Object
org.springframework.mock.web.portlet.MockPortletRequest
org.springframework.mock.web.portlet.MockActionRequest
- All Implemented Interfaces:
- ActionRequest, PortletRequest
- Direct Known Subclasses:
- MockMultipartActionRequest
public class MockActionRequest
- extends MockPortletRequest
- implements ActionRequest
Mock implementation of the ActionRequest
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 |
MockActionRequest
public MockActionRequest()
- Create a new MockActionRequest with a default
MockPortalContext
and a default MockPortletContext
.
- See Also:
MockPortalContext
,
MockPortletContext
MockActionRequest
public MockActionRequest(PortletContext portletContext)
- Create a new MockActionRequest with a default
MockPortalContext
.
- Parameters:
portletContext
- the PortletContext that the request runs in- See Also:
MockPortalContext
MockActionRequest
public MockActionRequest(PortalContext portalContext,
PortletContext portletContext)
- Create a new MockActionRequest.
- Parameters:
portalContext
- the PortalContext that the request runs inportletContext
- the PortletContext that the request runs in
setContent
public void setContent(byte[] content)
getPortletInputStream
public InputStream getPortletInputStream()
throws IOException
- Specified by:
getPortletInputStream
in interface ActionRequest
- Throws:
IOException
setCharacterEncoding
public void setCharacterEncoding(String characterEncoding)
- Specified by:
setCharacterEncoding
in interface ActionRequest
getReader
public BufferedReader getReader()
throws UnsupportedEncodingException
- Specified by:
getReader
in interface ActionRequest
- Throws:
UnsupportedEncodingException
getCharacterEncoding
public String getCharacterEncoding()
- Specified by:
getCharacterEncoding
in interface ActionRequest
setContentType
public void setContentType(String contentType)
getContentType
public String getContentType()
- Specified by:
getContentType
in interface ActionRequest
getContentLength
public int getContentLength()
- Specified by:
getContentLength
in interface ActionRequest
Copyright © 2002-2007 The Spring Framework.