Liferay 6.1.2-ce-ga3

com.liferay.portlet.portletconfiguration.util
Class ConfigurationResourceRequest

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

public class ConfigurationResourceRequest
extends ResourceRequestWrapper
implements ConfigurationPortletRequest


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest
PortletRequest.P3PUserInfos
 
Field Summary
 
Fields inherited from interface javax.portlet.ResourceRequest
ETAG
 
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
ConfigurationResourceRequest(ResourceRequest resourceRequest, PortletPreferences portletPreferences)
           
 
Method Summary
 PortletPreferences getPreferences()
           
 
Methods inherited from class javax.portlet.filter.ResourceRequestWrapper
getCacheability, getCharacterEncoding, getContentLength, getContentType, getETag, getMethod, getPortletInputStream, getPrivateRenderParameterMap, getReader, getRequest, getResourceID, setCharacterEncoding, setRequest
 
Methods inherited from class javax.portlet.filter.PortletRequestWrapper
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, 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.ResourceRequest
getResponseContentType, getResponseContentTypes
 
Methods inherited from interface javax.portlet.PortletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
 

Constructor Detail

ConfigurationResourceRequest

public ConfigurationResourceRequest(ResourceRequest resourceRequest,
                                    PortletPreferences portletPreferences)
Method Detail

getPreferences

public PortletPreferences getPreferences()
Specified by:
getPreferences in interface PortletRequest
Overrides:
getPreferences in class PortletRequestWrapper

Liferay 6.1.2-ce-ga3