Package com.liferay.portlet.internal
Class ClientDataRequestImpl
java.lang.Object
com.liferay.portlet.internal.PortletRequestImpl
com.liferay.portlet.internal.ClientDataRequestImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.portlet.LiferayPortletRequest,javax.portlet.ClientDataRequest,javax.portlet.PortletRequest,javax.portlet.RenderState
- Direct Known Subclasses:
ActionRequestImpl,ResourceRequestImpl
public abstract class ClientDataRequestImpl
extends PortletRequestImpl
implements javax.portlet.ClientDataRequest
- Author:
- Brian Wing Shun Chan, Neil Griffin
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest
javax.portlet.PortletRequest.P3PUserInfos -
Field Summary
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlongjavax.servlet.http.PartCollection<javax.servlet.http.Part>getParts()getPortletParameterMap(javax.servlet.http.HttpServletRequest httpServletRequest, String portletNamespace) voidMethods inherited from class com.liferay.portlet.internal.PortletRequestImpl
cleanUp, clearRenderParameters, defineObjects, getAttribute, getAttributeNames, getAuthType, getCCPPProfile, getContextPath, getCookies, getETag, getHttpServletRequest, getLifecycle, getLocale, getLocales, getOriginalHttpServletRequest, getParameter, getParameterMap, getParameterNames, getParameterValues, getPlid, getPortalContext, getPortlet, getPortletContext, getPortletMode, getPortletName, getPortletRequestDispatcherRequest, getPortletSession, getPortletSession, getPortletSpecMajorVersion, getPreferences, getPreferencesImpl, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRenderParameters, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserAgent, getUserInfo, getUserPrincipal, getWindowID, getWindowState, init, invalidateSession, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isTriggeredByActionURL, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute, setPortletMode, setPortletRequestDispatcherRequest, setWindowStateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.portlet.PortletRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, 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, setAttributeMethods inherited from interface javax.portlet.RenderState
getPortletMode, getRenderParameters, getWindowState
-
Constructor Details
-
ClientDataRequestImpl
public ClientDataRequestImpl()
-
-
Method Details
-
getCharacterEncoding
- Specified by:
getCharacterEncodingin interfacejavax.portlet.ClientDataRequest
-
getContentLength
public int getContentLength()- Specified by:
getContentLengthin interfacejavax.portlet.ClientDataRequest
-
getContentLengthLong
public long getContentLengthLong()- Specified by:
getContentLengthLongin interfacejavax.portlet.ClientDataRequest
-
getContentType
- Specified by:
getContentTypein interfacejavax.portlet.ClientDataRequest
-
getMethod
- Specified by:
getMethodin interfacejavax.portlet.ClientDataRequest- Overrides:
getMethodin classPortletRequestImpl
-
getPart
public javax.servlet.http.Part getPart(String name) throws IOException, javax.portlet.PortletException - Specified by:
getPartin interfacejavax.portlet.ClientDataRequest- Throws:
IOExceptionjavax.portlet.PortletException
-
getParts
public Collection<javax.servlet.http.Part> getParts() throws IOException, javax.portlet.PortletException- Specified by:
getPartsin interfacejavax.portlet.ClientDataRequest- Throws:
IOExceptionjavax.portlet.PortletException
-
getPortletInputStream
- Specified by:
getPortletInputStreamin interfacejavax.portlet.ClientDataRequest- Throws:
IOException
-
getReader
- Specified by:
getReaderin interfacejavax.portlet.ClientDataRequest- Throws:
IOExceptionUnsupportedEncodingException
-
setCharacterEncoding
- Specified by:
setCharacterEncodingin interfacejavax.portlet.ClientDataRequest- Throws:
UnsupportedEncodingException
-
getPortletParameterMap
-