Class DynamicResourceRequest
Object
javax.portlet.filter.RenderStateWrapper
javax.portlet.filter.PortletRequestWrapper
javax.portlet.filter.ClientDataRequestWrapper
javax.portlet.filter.ResourceRequestWrapper
com.liferay.portal.kernel.portlet.DynamicResourceRequest
- All Implemented Interfaces:
ClientDataRequest,PortletRequest,RenderState,ResourceRequest
- Author:
- Brian Wing Shun Chan
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest
PortletRequest.P3PUserInfos -
Field Summary
Fields inherited from class javax.portlet.filter.RenderStateWrapper
wrappedFields 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_INFOFields inherited from interface javax.portlet.ResourceRequest
ETAG -
Constructor Summary
ConstructorsConstructorDescriptionDynamicResourceRequest(ResourceRequest resourceRequest) DynamicResourceRequest(ResourceRequest resourceRequest, boolean inherit) DynamicResourceRequest(ResourceRequest resourceRequest, Map<String, String[]> params) DynamicResourceRequest(ResourceRequest resourceRequest, Map<String, String[]> params, boolean inherit) -
Method Summary
Modifier and TypeMethodDescriptiongetParameter(String name) String[]getParameterValues(String name) voidsetParameter(String name, String value) voidsetParameterValues(String name, String[] values) Methods inherited from class javax.portlet.filter.ResourceRequestWrapper
getCacheability, getDispatcherType, getETag, getPortletAsyncContext, getPrivateRenderParameterMap, getRequest, getResourceID, getResourceParameters, isAsyncStarted, isAsyncSupported, setRequest, startPortletAsync, startPortletAsyncMethods inherited from class javax.portlet.filter.ClientDataRequestWrapper
getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncoding, setRequestMethods inherited from class javax.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, setRequestMethods inherited from class javax.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 javax.portlet.ClientDataRequest
getCharacterEncoding, getContentLength, getContentLengthLong, getContentType, getMethod, getPart, getParts, getPortletInputStream, getReader, setCharacterEncodingMethods inherited from interface javax.portlet.PortletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getPortalContext, getPortletContext, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getScheme, getServerName, getServerPort, getUserAgent, getUserPrincipal, getWindowID, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttributeMethods inherited from interface javax.portlet.RenderState
getRenderParametersMethods inherited from interface javax.portlet.ResourceRequest
getPortletMode, getResponseContentType, getResponseContentTypes, getWindowState
-
Constructor Details
-
DynamicResourceRequest
-
DynamicResourceRequest
-
DynamicResourceRequest
-
DynamicResourceRequest
public DynamicResourceRequest(ResourceRequest resourceRequest, Map<String, String[]> params, boolean inherit)
-
-
Method Details
-
getDynamicParameterMap
-
getParameter
- Specified by:
getParameterin interfacePortletRequest- Overrides:
getParameterin classPortletRequestWrapper
-
getParameterMap
- Specified by:
getParameterMapin interfacePortletRequest- Overrides:
getParameterMapin classPortletRequestWrapper
-
getParameterNames
- Specified by:
getParameterNamesin interfacePortletRequest- Overrides:
getParameterNamesin classPortletRequestWrapper
-
getParameterValues
- Specified by:
getParameterValuesin interfacePortletRequest- Overrides:
getParameterValuesin classPortletRequestWrapper
-
setParameter
-
setParameterValues
-