public abstract class ClientDataRequestImpl extends PortletRequestImpl implements javax.portlet.ClientDataRequest
| Constructor and Description |
|---|
ClientDataRequestImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCharacterEncoding() |
int |
getContentLength() |
java.lang.String |
getContentType() |
java.lang.String |
getMethod() |
java.io.InputStream |
getPortletInputStream() |
java.io.BufferedReader |
getReader() |
void |
setCharacterEncoding(java.lang.String enc) |
cleanUp, defineObjects, getAttribute, getAttributeNames, getAuthType, getCCPPProfile, getContextPath, getCookies, getETag, getHttpServletRequest, getLifecycle, getLocale, getLocales, getOriginalHttpServletRequest, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortalContext, getPortlet, getPortletContext, getPortletMode, getPortletName, getPortletRequestImpl, getPortletSession, getPortletSession, getPreferences, getPreferencesImpl, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRenderParameters, 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, setWindowStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, 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, setAttributepublic java.lang.String getCharacterEncoding()
getCharacterEncoding in interface javax.portlet.ClientDataRequestpublic int getContentLength()
getContentLength in interface javax.portlet.ClientDataRequestpublic java.lang.String getContentType()
getContentType in interface javax.portlet.ClientDataRequestpublic java.lang.String getMethod()
getMethod in interface javax.portlet.ClientDataRequestgetMethod in class PortletRequestImplpublic java.io.InputStream getPortletInputStream()
throws java.io.IOException
getPortletInputStream in interface javax.portlet.ClientDataRequestjava.io.IOExceptionpublic java.io.BufferedReader getReader()
throws java.io.IOException,
java.io.UnsupportedEncodingException
getReader in interface javax.portlet.ClientDataRequestjava.io.IOExceptionjava.io.UnsupportedEncodingExceptionpublic void setCharacterEncoding(java.lang.String enc)
throws java.io.UnsupportedEncodingException
setCharacterEncoding in interface javax.portlet.ClientDataRequestjava.io.UnsupportedEncodingException