public abstract class ClientDataRequestImpl extends PortletRequestImpl implements ClientDataRequest
PortletRequest.P3PUserInfosACTION_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 and Description |
|---|
ClientDataRequestImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharacterEncoding() |
int |
getContentLength() |
long |
getContentLengthLong() |
String |
getContentType() |
String |
getMethod() |
javax.servlet.http.Part |
getPart(String name) |
Collection<javax.servlet.http.Part> |
getParts() |
InputStream |
getPortletInputStream() |
protected Map<String,String[]> |
getPortletParameterMap(javax.servlet.http.HttpServletRequest httpServletRequest,
String portletNamespace) |
BufferedReader |
getReader() |
void |
setCharacterEncoding(String enc) |
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, setWindowStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, 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, setAttributegetPortletMode, getRenderParameters, getWindowStatepublic String getCharacterEncoding()
getCharacterEncoding in interface ClientDataRequestpublic int getContentLength()
getContentLength in interface ClientDataRequestpublic long getContentLengthLong()
getContentLengthLong in interface ClientDataRequestpublic String getContentType()
getContentType in interface ClientDataRequestpublic String getMethod()
getMethod in interface ClientDataRequestgetMethod in class PortletRequestImplpublic javax.servlet.http.Part getPart(String name)
throws IOException,
PortletException
getPart in interface ClientDataRequestIOExceptionPortletExceptionpublic Collection<javax.servlet.http.Part> getParts()
throws IOException,
PortletException
getParts in interface ClientDataRequestIOExceptionPortletExceptionpublic InputStream getPortletInputStream()
throws IOException
getPortletInputStream in interface ClientDataRequestIOExceptionpublic BufferedReader getReader()
throws IOException,
UnsupportedEncodingException
getReader in interface ClientDataRequestIOExceptionUnsupportedEncodingExceptionpublic void setCharacterEncoding(String enc)
throws UnsupportedEncodingException
setCharacterEncoding in interface ClientDataRequestUnsupportedEncodingExceptionprotected Map<String,String[]> getPortletParameterMap(javax.servlet.http.HttpServletRequest httpServletRequest,
String portletNamespace)