类 MockResourceRequest
- java.lang.Object
- org.springframework.mock.web.portlet.MockPortletRequest
- org.springframework.mock.web.portlet.MockClientDataRequest
- org.springframework.mock.web.portlet.MockResourceRequest
- 所有已实现的接口:
ClientDataRequest,PortletRequest,ResourceRequest
public class MockResourceRequest extends MockClientDataRequest implements ResourceRequest
Mock implementation of theResourceRequestinterface.- 从以下版本开始:
- 3.0
- 作者:
- Juergen Hoeller
嵌套类概要
从接口继承的嵌套类/接口 javax.portlet.PortletRequest
PortletRequest.P3PUserInfos
字段概要
从接口继承的字段 javax.portlet.PortletRequest
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO
从接口继承的字段 javax.portlet.ResourceRequest
ETAG
构造器概要
构造器 构造器 说明 MockResourceRequest()Create a new MockResourceRequest with a defaultMockPortalContextand a defaultMockPortletContext.MockResourceRequest(String resourceID)Create a new MockResourceRequest with a defaultMockPortalContextand a defaultMockPortletContext.MockResourceRequest(PortalContext portalContext, PortletContext portletContext)Create a new MockResourceRequest.MockResourceRequest(PortletContext portletContext)Create a new MockResourceRequest with a defaultMockPortalContext.MockResourceRequest(MockResourceURL url)Create a new MockResourceRequest with a defaultMockPortalContextand a defaultMockPortletContext.
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddPrivateRenderParameter(String key, String value)voidaddPrivateRenderParameter(String key, String[] values)StringgetCacheability()StringgetETag()protected StringgetLifecyclePhase()Return the Portlet 2.0 lifecycle id for the current phase.Map<String,String[]>getPrivateRenderParameterMap()StringgetResourceID()voidsetCacheability(String cacheLevel)voidsetResourceID(String resourceID)从类继承的方法 org.springframework.mock.web.portlet.MockClientDataRequest
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding, setContent, setContentType, setMethod
从类继承的方法 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
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 javax.portlet.ClientDataRequest
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding
从接口继承的方法 javax.portlet.PortletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
从接口继承的方法 javax.portlet.ResourceRequest
getResponseContentType, getResponseContentTypes
构造器详细资料
MockResourceRequest
public MockResourceRequest()
Create a new MockResourceRequest with a defaultMockPortalContextand a defaultMockPortletContext.
MockResourceRequest
public MockResourceRequest(String resourceID)
Create a new MockResourceRequest with a defaultMockPortalContextand a defaultMockPortletContext.- 参数:
resourceID- the resource id for this request
MockResourceRequest
public MockResourceRequest(MockResourceURL url)
Create a new MockResourceRequest with a defaultMockPortalContextand a defaultMockPortletContext.- 参数:
url- the resource URL for this request
MockResourceRequest
public MockResourceRequest(PortletContext portletContext)
Create a new MockResourceRequest with a defaultMockPortalContext.- 参数:
portletContext- the PortletContext that the request runs in
MockResourceRequest
public MockResourceRequest(PortalContext portalContext, PortletContext portletContext)
Create a new MockResourceRequest.- 参数:
portalContext- the PortalContext that the request runs inportletContext- the PortletContext that the request runs in
方法详细资料
getLifecyclePhase
protected String getLifecyclePhase()
从类复制的说明:MockPortletRequestReturn the Portlet 2.0 lifecycle id for the current phase.
setResourceID
public void setResourceID(String resourceID)
getResourceID
public String getResourceID()
- 指定者:
getResourceID在接口中ResourceRequest
setCacheability
public void setCacheability(String cacheLevel)
getCacheability
public String getCacheability()
- 指定者:
getCacheability在接口中ResourceRequest
getETag
public String getETag()
- 指定者:
getETag在接口中ResourceRequest
addPrivateRenderParameter
public void addPrivateRenderParameter(String key, String value)
addPrivateRenderParameter
public void addPrivateRenderParameter(String key, String[] values)
getPrivateRenderParameterMap
public Map<String,String[]> getPrivateRenderParameterMap()