public class DynamicResourceRequest extends ResourceRequestWrapper
DynamicActionRequest,
DynamicEventRequest,
DynamicRenderRequestPortletRequest.P3PUserInfoswrappedETAGACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, HEADER_PHASE, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO| Constructor and Description |
|---|
DynamicResourceRequest(ResourceRequest resourceRequest) |
DynamicResourceRequest(ResourceRequest resourceRequest,
boolean inherit) |
DynamicResourceRequest(ResourceRequest resourceRequest,
Map<String,String[]> params) |
DynamicResourceRequest(ResourceRequest resourceRequest,
Map<String,String[]> params,
boolean inherit) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String[]> |
getDynamicParameterMap() |
String |
getParameter(String name) |
Map<String,String[]> |
getParameterMap() |
Enumeration<String> |
getParameterNames() |
String[] |
getParameterValues(String name) |
void |
setParameter(String name,
String value) |
void |
setParameterValues(String name,
String[] values) |
getCacheability, getDispatcherType, getETag, getPortletAsyncContext, getPrivateRenderParameterMap, getRequest, getResourceID, getResourceParameters, isAsyncStarted, isAsyncSupported, setRequest, startPortletAsync, startPortletAsyncgetCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncoding, setRequestgetAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getPortalContext, getPortletContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRenderParameters, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserAgent, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute, setRequestgetWrapped, setWrappedclone, 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, getPortalContext, getPortletContext, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getScheme, getServerName, getServerPort, getUserAgent, getUserPrincipal, getWindowID, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttributegetRenderParameterspublic DynamicResourceRequest(ResourceRequest resourceRequest)
public DynamicResourceRequest(ResourceRequest resourceRequest, boolean inherit)
public DynamicResourceRequest(ResourceRequest resourceRequest, Map<String,String[]> params)
public DynamicResourceRequest(ResourceRequest resourceRequest, Map<String,String[]> params, boolean inherit)
public Map<String,String[]> getDynamicParameterMap()
public String getParameter(String name)
getParameter in interface PortletRequestgetParameter in class PortletRequestWrapperpublic Map<String,String[]> getParameterMap()
getParameterMap in interface PortletRequestgetParameterMap in class PortletRequestWrapperpublic Enumeration<String> getParameterNames()
getParameterNames in interface PortletRequestgetParameterNames in class PortletRequestWrapperpublic String[] getParameterValues(String name)
getParameterValues in interface PortletRequestgetParameterValues in class PortletRequestWrapperpublic void setParameter(String name,
String value)
public void setParameterValues(String name,
String[] values)