public class DynamicActionRequest
extends javax.portlet.filter.ActionRequestWrapper
DynamicEventRequest,
DynamicRenderRequest,
DynamicResourceRequest| Constructor and Description |
|---|
DynamicActionRequest(javax.portlet.ActionRequest actionRequest) |
DynamicActionRequest(javax.portlet.ActionRequest actionRequest,
boolean inherit) |
DynamicActionRequest(javax.portlet.ActionRequest actionRequest,
Map<String,String[]> params) |
DynamicActionRequest(javax.portlet.ActionRequest actionRequest,
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) |
getActionParameters, getRequest, setRequestgetCharacterEncoding, 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, waitgetCharacterEncoding, 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, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserAgent, getUserPrincipal, getWindowID, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttributepublic DynamicActionRequest(javax.portlet.ActionRequest actionRequest)
public DynamicActionRequest(javax.portlet.ActionRequest actionRequest,
boolean inherit)
public DynamicActionRequest(javax.portlet.ActionRequest actionRequest,
Map<String,String[]> params)
public DynamicActionRequest(javax.portlet.ActionRequest actionRequest,
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)