public class DynamicResourceRequest
extends javax.portlet.filter.ResourceRequestWrapper
DynamicActionRequest
,
DynamicEventRequest
,
DynamicRenderRequest
Constructor and Description |
---|
DynamicResourceRequest(javax.portlet.ResourceRequest resourceRequest) |
DynamicResourceRequest(javax.portlet.ResourceRequest resourceRequest,
boolean inherit) |
DynamicResourceRequest(javax.portlet.ResourceRequest resourceRequest,
Map<String,String[]> params) |
DynamicResourceRequest(javax.portlet.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, startPortletAsync
getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncoding, setRequest
getAttribute, 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, setRequest
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPortletMode, getResponseContentType, getResponseContentTypes, getWindowState
getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncoding
getAttribute, 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, setAttribute
public DynamicResourceRequest(javax.portlet.ResourceRequest resourceRequest)
public DynamicResourceRequest(javax.portlet.ResourceRequest resourceRequest, boolean inherit)
public DynamicResourceRequest(javax.portlet.ResourceRequest resourceRequest, Map<String,String[]> params)
public DynamicResourceRequest(javax.portlet.ResourceRequest resourceRequest, Map<String,String[]> params, boolean inherit)
public Map<String,String[]> getDynamicParameterMap()
public String getParameter(String name)
getParameter
in interface javax.portlet.PortletRequest
getParameter
in class javax.portlet.filter.PortletRequestWrapper
public Map<String,String[]> getParameterMap()
getParameterMap
in interface javax.portlet.PortletRequest
getParameterMap
in class javax.portlet.filter.PortletRequestWrapper
public Enumeration<String> getParameterNames()
getParameterNames
in interface javax.portlet.PortletRequest
getParameterNames
in class javax.portlet.filter.PortletRequestWrapper
public String[] getParameterValues(String name)
getParameterValues
in interface javax.portlet.PortletRequest
getParameterValues
in class javax.portlet.filter.PortletRequestWrapper
public void setParameter(String name, String value)
public void setParameterValues(String name, String[] values)