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(java.lang.String resourceID)
Create a new MockResourceRequest with a default
MockPortalContext and a default MockPortletContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
addPrivateRenderParameter(java.lang.String key,
java.lang.String value) |
void |
addPrivateRenderParameter(java.lang.String key,
java.lang.String[] values) |
java.lang.String |
getCacheability() |
DispatcherType |
getDispatcherType() |
java.lang.String |
getETag() |
protected java.lang.String |
getLifecyclePhase()
Return the Portlet 2.0 lifecycle id for the current phase.
|
javax.portlet.PortletAsyncContext |
getPortletAsyncContext() |
java.util.Map<java.lang.String,java.lang.String[]> |
getPrivateRenderParameterMap() |
java.lang.String |
getResourceID() |
javax.portlet.ResourceParameters |
getResourceParameters() |
boolean |
isAsyncStarted() |
boolean |
isAsyncSupported() |
void |
setCacheability(java.lang.String cacheLevel) |
void |
setResourceID(java.lang.String resourceID) |
javax.portlet.PortletAsyncContext |
startPortletAsync() |
javax.portlet.PortletAsyncContext |
startPortletAsync(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse) |
getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncoding, setContent, setContentType, setMethodaddLocale, addParameter, addParameter, addPreferredLocale, addPreferredResponseContentType, addProperty, addResponseContentType, addUserRole, checkActive, close, getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRenderParameters, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserAgent, 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, setWindowStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPortletMode, getResponseContentType, getResponseContentTypes, getWindowStategetCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncodinggetAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletContext, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getScheme, getServerName, getServerPort, getUserAgent, getUserPrincipal, getWindowID, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttributepublic MockResourceRequest()
MockPortalContext and a default MockPortletContext.public MockResourceRequest(java.lang.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 inpublic void addPrivateRenderParameter(java.lang.String key,
java.lang.String value)
public void addPrivateRenderParameter(java.lang.String key,
java.lang.String[] values)
public java.lang.String getCacheability()
getCacheability in interface javax.portlet.ResourceRequestpublic DispatcherType getDispatcherType()
getDispatcherType in interface javax.portlet.ResourceRequestpublic java.lang.String getETag()
getETag in interface javax.portlet.ResourceRequestpublic javax.portlet.PortletAsyncContext getPortletAsyncContext()
getPortletAsyncContext in interface javax.portlet.ResourceRequestpublic java.util.Map<java.lang.String,java.lang.String[]> getPrivateRenderParameterMap()
getPrivateRenderParameterMap in interface javax.portlet.ResourceRequestpublic java.lang.String getResourceID()
getResourceID in interface javax.portlet.ResourceRequestpublic javax.portlet.ResourceParameters getResourceParameters()
getResourceParameters in interface javax.portlet.ResourceRequestpublic boolean isAsyncStarted()
isAsyncStarted in interface javax.portlet.ResourceRequestpublic boolean isAsyncSupported()
isAsyncSupported in interface javax.portlet.ResourceRequestpublic void setCacheability(java.lang.String cacheLevel)
public void setResourceID(java.lang.String resourceID)
public javax.portlet.PortletAsyncContext startPortletAsync()
throws java.lang.IllegalStateException
startPortletAsync in interface javax.portlet.ResourceRequestjava.lang.IllegalStateExceptionpublic javax.portlet.PortletAsyncContext startPortletAsync(javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse)
throws java.lang.IllegalStateException
startPortletAsync in interface javax.portlet.ResourceRequestjava.lang.IllegalStateExceptionprotected java.lang.String getLifecyclePhase()
MockPortletRequestgetLifecyclePhase in class MockPortletRequestCopyright © 2019 Liferay, Inc.. All Rights Reserved.