Class ConfigurationResourceRequest
Object
jakarta.portlet.filter.RenderStateWrapper
jakarta.portlet.filter.PortletRequestWrapper
jakarta.portlet.filter.ClientDataRequestWrapper
jakarta.portlet.filter.ResourceRequestWrapper
com.liferay.portlet.portletconfiguration.util.ConfigurationResourceRequest
- All Implemented Interfaces:
ConfigurationPortletRequest,jakarta.portlet.ClientDataRequest,jakarta.portlet.PortletRequest,jakarta.portlet.RenderState,jakarta.portlet.ResourceRequest
public class ConfigurationResourceRequest
extends jakarta.portlet.filter.ResourceRequestWrapper
implements ConfigurationPortletRequest
- Author:
- Raymond Augé
-
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
wrappedFields 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_INFOFields inherited from interface jakarta.portlet.ResourceRequest
ETAG -
Constructor Summary
ConstructorsConstructorDescriptionConfigurationResourceRequest(jakarta.portlet.ResourceRequest resourceRequest, jakarta.portlet.PortletPreferences portletPreferences) -
Method Summary
Methods inherited from class jakarta.portlet.filter.ResourceRequestWrapper
getCacheability, getDispatcherType, getETag, getPortletAsyncContext, getPrivateRenderParameterMap, getRequest, getResourceID, getResourceParameters, isAsyncStarted, isAsyncSupported, setRequest, startPortletAsync, startPortletAsyncMethods inherited from class jakarta.portlet.filter.ClientDataRequestWrapper
getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncoding, setRequestMethods inherited from class jakarta.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, setRequestMethods inherited from class jakarta.portlet.filter.RenderStateWrapper
getWrapped, setWrappedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.portlet.ClientDataRequest
getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncodingMethods inherited from interface jakarta.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, setAttributeMethods inherited from interface jakarta.portlet.RenderState
getRenderParametersMethods inherited from interface jakarta.portlet.ResourceRequest
getPortletMode, getResponseContentType, getResponseContentTypes, getWindowState
-
Constructor Details
-
ConfigurationResourceRequest
public ConfigurationResourceRequest(jakarta.portlet.ResourceRequest resourceRequest, jakarta.portlet.PortletPreferences portletPreferences)
-
-
Method Details
-
getPreferences
public jakarta.portlet.PortletPreferences getPreferences()- Specified by:
getPreferencesin interfacejakarta.portlet.PortletRequest- Overrides:
getPreferencesin classjakarta.portlet.filter.PortletRequestWrapper
-