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, 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, setRequestclone, 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, setAttributepublic 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.PortletRequestgetParameter in class javax.portlet.filter.PortletRequestWrapperpublic Map<String,String[]> getParameterMap()
getParameterMap in interface javax.portlet.PortletRequestgetParameterMap in class javax.portlet.filter.PortletRequestWrapperpublic Enumeration<String> getParameterNames()
getParameterNames in interface javax.portlet.PortletRequestgetParameterNames in class javax.portlet.filter.PortletRequestWrapperpublic String[] getParameterValues(String name)
getParameterValues in interface javax.portlet.PortletRequestgetParameterValues in class javax.portlet.filter.PortletRequestWrapperpublic void setParameter(String name,
String value)
public void setParameterValues(String name,
String[] values)