Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.portlet
Class DynamicActionRequest

java.lang.Object
  extended by javax.portlet.filter.PortletRequestWrapper
      extended by javax.portlet.filter.ActionRequestWrapper
          extended by com.liferay.portal.kernel.portlet.DynamicActionRequest
All Implemented Interfaces:
ActionRequest, ClientDataRequest, PortletRequest

public class DynamicActionRequest
extends ActionRequestWrapper

See Also:
DynamicEventRequest, DynamicRenderRequest, DynamicResourceRequest

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest
PortletRequest.P3PUserInfos
 
Field Summary
 
Fields inherited from interface javax.portlet.ActionRequest
ACTION_NAME
 
Fields inherited from interface javax.portlet.PortletRequest
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO
 
Constructor Summary
DynamicActionRequest(ActionRequest actionRequest)
           
DynamicActionRequest(ActionRequest actionRequest, boolean inherit)
           
DynamicActionRequest(ActionRequest actionRequest, Map<String,String[]> params)
           
DynamicActionRequest(ActionRequest actionRequest, Map<String,String[]> params, boolean inherit)
           
 
Method Summary
 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)
           
 
Methods inherited from class javax.portlet.filter.ActionRequestWrapper
getCharacterEncoding, getContentLength, getContentType, getMethod, getPortletInputStream, getReader, getRequest, setCharacterEncoding, setRequest
 
Methods inherited from class javax.portlet.filter.PortletRequestWrapper
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.portlet.PortletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
 

Constructor Detail

DynamicActionRequest

public DynamicActionRequest(ActionRequest actionRequest)

DynamicActionRequest

public DynamicActionRequest(ActionRequest actionRequest,
                            boolean inherit)

DynamicActionRequest

public DynamicActionRequest(ActionRequest actionRequest,
                            Map<String,String[]> params)

DynamicActionRequest

public DynamicActionRequest(ActionRequest actionRequest,
                            Map<String,String[]> params,
                            boolean inherit)
Method Detail

getDynamicParameterMap

public Map<String,String[]> getDynamicParameterMap()

getParameter

public String getParameter(String name)
Specified by:
getParameter in interface PortletRequest
Overrides:
getParameter in class PortletRequestWrapper

getParameterMap

public Map<String,String[]> getParameterMap()
Specified by:
getParameterMap in interface PortletRequest
Overrides:
getParameterMap in class PortletRequestWrapper

getParameterNames

public Enumeration<String> getParameterNames()
Specified by:
getParameterNames in interface PortletRequest
Overrides:
getParameterNames in class PortletRequestWrapper

getParameterValues

public String[] getParameterValues(String name)
Specified by:
getParameterValues in interface PortletRequest
Overrides:
getParameterValues in class PortletRequestWrapper

setParameter

public void setParameter(String name,
                         String value)

setParameterValues

public void setParameterValues(String name,
                               String[] values)

Liferay 6.1.2-ce-ga3