public abstract static class DispatchedHttpServletRequest.Mime extends DispatchedHttpServletRequest
DispatchedHttpServletRequest.Action, DispatchedHttpServletRequest.ClientData, DispatchedHttpServletRequest.Event, DispatchedHttpServletRequest.Mime, DispatchedHttpServletRequest.Render, DispatchedHttpServletRequest.Resource| Constructor and Description |
|---|
DispatchedHttpServletRequest.Mime(Dispatch dispatch,
javax.portlet.PortletRequest preq,
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() |
BufferedReader |
getReader() |
void |
setCharacterEncoding(String s) |
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMethod, 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, getPart, getParts, login, logoutgetAsyncContext, getDispatcherType, getServletContext, isAsyncStarted, isAsyncSupported, isWrapperFor, isWrapperFor, startAsync, startAsyncpublic DispatchedHttpServletRequest.Mime(Dispatch dispatch, javax.portlet.PortletRequest preq, 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 DispatchedHttpServletRequestCopyright © 2003-2017 GateIn. All Rights Reserved.