Class ConfigurationResourceRequest

java.lang.Object
javax.portlet.filter.RenderStateWrapper
javax.portlet.filter.PortletRequestWrapper
javax.portlet.filter.ClientDataRequestWrapper
javax.portlet.filter.ResourceRequestWrapper
com.liferay.portlet.portletconfiguration.util.ConfigurationResourceRequest
All Implemented Interfaces:
ConfigurationPortletRequest, javax.portlet.ClientDataRequest, javax.portlet.PortletRequest, javax.portlet.RenderState, javax.portlet.ResourceRequest

public class ConfigurationResourceRequest extends javax.portlet.filter.ResourceRequestWrapper implements ConfigurationPortletRequest
Author:
Raymond Augé
  • Nested Class Summary

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

    javax.portlet.PortletRequest.P3PUserInfos
  • Field Summary

    Fields inherited from class javax.portlet.filter.RenderStateWrapper

    wrapped

    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, HEADER_PHASE, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO

    Fields inherited from interface javax.portlet.ResourceRequest

    ETAG
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfigurationResourceRequest(javax.portlet.ResourceRequest resourceRequest, javax.portlet.PortletPreferences portletPreferences)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.portlet.PortletPreferences
     

    Methods inherited from class javax.portlet.filter.ResourceRequestWrapper

    getCacheability, getDispatcherType, getETag, getPortletAsyncContext, getPrivateRenderParameterMap, getRequest, getResourceID, getResourceParameters, isAsyncStarted, isAsyncSupported, setRequest, startPortletAsync, startPortletAsync

    Methods inherited from class javax.portlet.filter.ClientDataRequestWrapper

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

    Methods inherited from class javax.portlet.filter.PortletRequestWrapper

    getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletContext, getPortletMode, getPortletSession, getPortletSession, 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 javax.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 javax.portlet.ClientDataRequest

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

    Methods inherited from interface javax.portlet.PortletRequest

    getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletContext, getPortletSession, getPortletSession, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getScheme, getServerName, getServerPort, getUserAgent, getUserPrincipal, getWindowID, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute

    Methods inherited from interface javax.portlet.RenderState

    getRenderParameters

    Methods inherited from interface javax.portlet.ResourceRequest

    getPortletMode, getResponseContentType, getResponseContentTypes, getWindowState
  • Constructor Details

    • ConfigurationResourceRequest

      public ConfigurationResourceRequest(javax.portlet.ResourceRequest resourceRequest, javax.portlet.PortletPreferences portletPreferences)
  • Method Details

    • getPreferences

      public javax.portlet.PortletPreferences getPreferences()
      Specified by:
      getPreferences in interface javax.portlet.PortletRequest
      Overrides:
      getPreferences in class javax.portlet.filter.PortletRequestWrapper