public class MockResourceRequest extends MockClientDataRequest implements javax.portlet.ResourceRequest
ResourceRequest
interface.Constructor and Description |
---|
MockResourceRequest()
Create a new MockResourceRequest with a default
MockPortalContext
and a default MockPortletContext . |
MockResourceRequest(MockResourceURL url)
Create a new MockResourceRequest with a default
MockPortalContext
and a default MockPortletContext . |
MockResourceRequest(javax.portlet.PortalContext portalContext,
javax.portlet.PortletContext portletContext)
Create a new MockResourceRequest.
|
MockResourceRequest(javax.portlet.PortletContext portletContext)
Create a new MockResourceRequest with a default
MockPortalContext . |
MockResourceRequest(String resourceID)
Create a new MockResourceRequest with a default
MockPortalContext
and a default MockPortletContext . |
Modifier and Type | Method and Description |
---|---|
void |
addPrivateRenderParameter(String key,
String value) |
void |
addPrivateRenderParameter(String key,
String[] values) |
String |
getCacheability() |
String |
getETag() |
protected String |
getLifecyclePhase()
Return the Portlet 2.0 lifecycle id for the current phase.
|
Map<String,String[]> |
getPrivateRenderParameterMap() |
String |
getResourceID() |
void |
setCacheability(String cacheLevel) |
void |
setResourceID(String resourceID) |
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding, setContent, setContentType, setMethod
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResponseContentType, getResponseContentTypes
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, setCharacterEncoding
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
public MockResourceRequest()
MockPortalContext
and a default MockPortletContext
.MockPortalContext
,
MockPortletContext
public MockResourceRequest(String resourceID)
MockPortalContext
and a default MockPortletContext
.resourceID
- the resource id for this requestpublic MockResourceRequest(MockResourceURL url)
MockPortalContext
and a default MockPortletContext
.url
- the resource URL for this requestpublic MockResourceRequest(javax.portlet.PortletContext portletContext)
MockPortalContext
.portletContext
- the PortletContext that the request runs inpublic MockResourceRequest(javax.portlet.PortalContext portalContext, javax.portlet.PortletContext portletContext)
portalContext
- the PortalContext that the request runs inportletContext
- the PortletContext that the request runs inprotected String getLifecyclePhase()
MockPortletRequest
getLifecyclePhase
in class MockPortletRequest
public void setResourceID(String resourceID)
public String getResourceID()
getResourceID
in interface javax.portlet.ResourceRequest
public void setCacheability(String cacheLevel)
public String getCacheability()
getCacheability
in interface javax.portlet.ResourceRequest
public String getETag()
getETag
in interface javax.portlet.ResourceRequest
Copyright © 2015. All rights reserved.