public abstract class ClientDataRequestImpl extends PortletRequestImpl implements ClientDataRequest
PortletRequest.P3PUserInfos
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 and Description |
---|
ClientDataRequestImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCharacterEncoding() |
int |
getContentLength() |
String |
getContentType() |
String |
getMethod() |
InputStream |
getPortletInputStream() |
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, getPortletRequestImpl, getPortletSession, getPortletSession, getPreferences, getPreferencesImpl, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserInfo, getUserPrincipal, getWindowID, getWindowState, init, invalidateSession, isInvalidParameter, isPortletModeAllowed, isPrivateRequestAttributes, isRequestedSessionIdValid, isSecure, isTriggeredByActionURL, isUserInRole, isWindowStateAllowed, mergePublicRenderParameters, removeAttribute, removePortletNamespace, setAttribute, setPortletMode, setPortletRequestDispatcherRequest, setWindowState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute
public String getCharacterEncoding()
getCharacterEncoding
in interface ClientDataRequest
public int getContentLength()
getContentLength
in interface ClientDataRequest
public String getContentType()
getContentType
in interface ClientDataRequest
public String getMethod()
getMethod
in interface ClientDataRequest
getMethod
in class PortletRequestImpl
public InputStream getPortletInputStream() throws IOException
getPortletInputStream
in interface ClientDataRequest
IOException
public BufferedReader getReader() throws IOException, UnsupportedEncodingException
getReader
in interface ClientDataRequest
IOException
UnsupportedEncodingException
public void setCharacterEncoding(String enc) throws UnsupportedEncodingException
setCharacterEncoding
in interface ClientDataRequest
UnsupportedEncodingException