Class DynamicActionRequest

Object
jakarta.portlet.filter.RenderStateWrapper
jakarta.portlet.filter.PortletRequestWrapper
jakarta.portlet.filter.ClientDataRequestWrapper
jakarta.portlet.filter.ActionRequestWrapper
com.liferay.portal.kernel.portlet.DynamicActionRequest
All Implemented Interfaces:
jakarta.portlet.ActionRequest, jakarta.portlet.ClientDataRequest, jakarta.portlet.PortletRequest, jakarta.portlet.RenderState

public class DynamicActionRequest extends jakarta.portlet.filter.ActionRequestWrapper
Author:
Brian Wing Shun Chan, Eudaldo Alonso
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface jakarta.portlet.PortletRequest

    jakarta.portlet.PortletRequest.P3PUserInfos
  • Field Summary

    Fields inherited from class jakarta.portlet.filter.RenderStateWrapper

    wrapped

    Fields inherited from interface jakarta.portlet.ActionRequest

    ACTION_NAME

    Fields inherited from interface jakarta.portlet.PortletRequest

    ACTION_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 Summary

    Constructors
    Constructor
    Description
    DynamicActionRequest(jakarta.portlet.ActionRequest actionRequest)
     
    DynamicActionRequest(jakarta.portlet.ActionRequest actionRequest, boolean inherit)
     
    DynamicActionRequest(jakarta.portlet.ActionRequest actionRequest, Map<String,String[]> params)
     
    DynamicActionRequest(jakarta.portlet.ActionRequest actionRequest, Map<String,String[]> params, boolean inherit)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     
     
    void
    setParameter(String name, String value)
     
    void
    setParameterValues(String name, String[] values)
     

    Methods inherited from class jakarta.portlet.filter.ActionRequestWrapper

    getActionParameters, getRequest, setRequest

    Methods inherited from class jakarta.portlet.filter.ClientDataRequestWrapper

    getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncoding, setRequest

    Methods inherited from class jakarta.portlet.filter.PortletRequestWrapper

    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

    Methods inherited from class jakarta.portlet.filter.RenderStateWrapper

    getWrapped, setWrapped

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jakarta.portlet.ClientDataRequest

    getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncoding

    Methods inherited from interface jakarta.portlet.PortletRequest

    getAttribute, 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, setAttribute

    Methods inherited from interface jakarta.portlet.RenderState

    getPortletMode, getRenderParameters, getWindowState
  • Constructor Details

    • DynamicActionRequest

      public DynamicActionRequest(jakarta.portlet.ActionRequest actionRequest)
    • DynamicActionRequest

      public DynamicActionRequest(jakarta.portlet.ActionRequest actionRequest, boolean inherit)
    • DynamicActionRequest

      public DynamicActionRequest(jakarta.portlet.ActionRequest actionRequest, Map<String,String[]> params)
    • DynamicActionRequest

      public DynamicActionRequest(jakarta.portlet.ActionRequest actionRequest, Map<String,String[]> params, boolean inherit)
  • Method Details

    • getDynamicParameterMap

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

      public String getParameter(String name)
      Specified by:
      getParameter in interface jakarta.portlet.PortletRequest
      Overrides:
      getParameter in class jakarta.portlet.filter.PortletRequestWrapper
    • getParameterMap

      public Map<String,String[]> getParameterMap()
      Specified by:
      getParameterMap in interface jakarta.portlet.PortletRequest
      Overrides:
      getParameterMap in class jakarta.portlet.filter.PortletRequestWrapper
    • getParameterNames

      public Enumeration<String> getParameterNames()
      Specified by:
      getParameterNames in interface jakarta.portlet.PortletRequest
      Overrides:
      getParameterNames in class jakarta.portlet.filter.PortletRequestWrapper
    • getParameterValues

      public String[] getParameterValues(String name)
      Specified by:
      getParameterValues in interface jakarta.portlet.PortletRequest
      Overrides:
      getParameterValues in class jakarta.portlet.filter.PortletRequestWrapper
    • setParameter

      public void setParameter(String name, String value)
    • setParameterValues

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