public abstract static class DispatchedHttpServletRequest.ClientData extends DispatchedHttpServletRequest
DispatchedHttpServletRequest.Action, DispatchedHttpServletRequest.ClientData, DispatchedHttpServletRequest.Event, DispatchedHttpServletRequest.Mime, DispatchedHttpServletRequest.Render, DispatchedHttpServletRequest.Resource| Constructor and Description |
|---|
ClientData(Dispatch dispatch,
javax.portlet.ClientDataRequest cdreq,
javax.servlet.http.HttpServletRequestWrapper dreq,
javax.servlet.ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharacterEncoding() |
int |
getContentLength() |
String |
getContentType() |
javax.servlet.ServletInputStream |
getInputStream() |
String |
getMethod() |
BufferedReader |
getReader() |
void |
setCharacterEncoding(String s) |
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getPathInfo, getPathTranslated, getProtocol, getQueryString, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequest, getRequestDispatcher, getRequestedSessionId, getRequestURI, getRequestURL, getScheme, getServerName, getServerPort, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isSecure, isUserInRole, removeAttribute, setAttribute, setRequestauthenticate, changeSessionId, getPart, getParts, login, logout, upgradegetAsyncContext, getContentLengthLong, getDispatcherType, getServletContext, isAsyncStarted, isAsyncSupported, isWrapperFor, isWrapperFor, startAsync, startAsyncpublic ClientData(Dispatch dispatch, javax.portlet.ClientDataRequest cdreq, javax.servlet.http.HttpServletRequestWrapper dreq, javax.servlet.ServletContext servletContext)
public final String getCharacterEncoding()
getCharacterEncoding in interface javax.servlet.ServletRequestgetCharacterEncoding in class DispatchedHttpServletRequestpublic final void setCharacterEncoding(String s) throws UnsupportedEncodingException
setCharacterEncoding in interface javax.servlet.ServletRequestsetCharacterEncoding in class DispatchedHttpServletRequestUnsupportedEncodingExceptionpublic final String getContentType()
getContentType in interface javax.servlet.ServletRequestgetContentType in class DispatchedHttpServletRequestpublic final javax.servlet.ServletInputStream getInputStream()
throws IOException
getInputStream in interface javax.servlet.ServletRequestgetInputStream in class DispatchedHttpServletRequestIOExceptionpublic final BufferedReader getReader() throws IOException
getReader in interface javax.servlet.ServletRequestgetReader in class DispatchedHttpServletRequestIOExceptionpublic final int getContentLength()
getContentLength in interface javax.servlet.ServletRequestgetContentLength in class DispatchedHttpServletRequestpublic final String getMethod()
getMethod in interface javax.servlet.http.HttpServletRequestgetMethod in class DispatchedHttpServletRequestCopyright © 2003-2021 GateIn. All Rights Reserved.