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() |
long |
getContentLengthLong() |
java.lang.String |
getContentType() |
java.lang.String |
getMethod() |
javax.servlet.http.Part |
getPart(java.lang.String name) |
java.util.Collection<javax.servlet.http.Part> |
getParts() |
java.io.InputStream |
getPortletInputStream() |
protected java.util.Map<java.lang.String,java.lang.String[]> |
getPortletParameterMap(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String portletNamespace) |
java.io.BufferedReader |
getReader() |
void |
setCharacterEncoding(java.lang.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, setWindowState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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, setAttribute
public java.lang.String getCharacterEncoding()
getCharacterEncoding
in interface javax.portlet.ClientDataRequest
public int getContentLength()
getContentLength
in interface javax.portlet.ClientDataRequest
public long getContentLengthLong()
getContentLengthLong
in interface javax.portlet.ClientDataRequest
public java.lang.String getContentType()
getContentType
in interface javax.portlet.ClientDataRequest
public java.lang.String getMethod()
getMethod
in interface javax.portlet.ClientDataRequest
getMethod
in class PortletRequestImpl
public javax.servlet.http.Part getPart(java.lang.String name) throws java.io.IOException, javax.portlet.PortletException
getPart
in interface javax.portlet.ClientDataRequest
java.io.IOException
javax.portlet.PortletException
public java.util.Collection<javax.servlet.http.Part> getParts() throws java.io.IOException, javax.portlet.PortletException
getParts
in interface javax.portlet.ClientDataRequest
java.io.IOException
javax.portlet.PortletException
public java.io.InputStream getPortletInputStream() throws java.io.IOException
getPortletInputStream
in interface javax.portlet.ClientDataRequest
java.io.IOException
public java.io.BufferedReader getReader() throws java.io.IOException, java.io.UnsupportedEncodingException
getReader
in interface javax.portlet.ClientDataRequest
java.io.IOException
java.io.UnsupportedEncodingException
public void setCharacterEncoding(java.lang.String enc) throws java.io.UnsupportedEncodingException
setCharacterEncoding
in interface javax.portlet.ClientDataRequest
java.io.UnsupportedEncodingException
protected java.util.Map<java.lang.String,java.lang.String[]> getPortletParameterMap(javax.servlet.http.HttpServletRequest httpServletRequest, java.lang.String portletNamespace)