org.jboss.portal.portlet.impl.jsr168
Class DispatchedHttpServletRequest.Mime
java.lang.Object
javax.servlet.ServletRequestWrapper
javax.servlet.http.HttpServletRequestWrapper
org.jboss.portal.portlet.impl.jsr168.DispatchedHttpServletRequest
org.jboss.portal.portlet.impl.jsr168.DispatchedHttpServletRequest.Mime
- All Implemented Interfaces:
- javax.servlet.http.HttpServletRequest, javax.servlet.ServletRequest
- Direct Known Subclasses:
- DispatchedHttpServletRequest.Event, DispatchedHttpServletRequest.Render
- Enclosing class:
- DispatchedHttpServletRequest
public abstract static class DispatchedHttpServletRequest.Mime
- extends DispatchedHttpServletRequest
| Fields inherited from interface javax.servlet.http.HttpServletRequest |
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH |
| Methods inherited from class org.jboss.portal.portlet.impl.jsr168.DispatchedHttpServletRequest |
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, setRequest |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DispatchedHttpServletRequest.Mime
public DispatchedHttpServletRequest.Mime(Dispatch dispatch,
PortletRequest preq,
javax.servlet.http.HttpServletRequestWrapper dreq,
javax.servlet.ServletContext servletContext)
getCharacterEncoding
public final java.lang.String getCharacterEncoding()
- Specified by:
getCharacterEncoding in interface javax.servlet.ServletRequest- Specified by:
getCharacterEncoding in class DispatchedHttpServletRequest
setCharacterEncoding
public final void setCharacterEncoding(java.lang.String s)
throws java.io.UnsupportedEncodingException
- Specified by:
setCharacterEncoding in interface javax.servlet.ServletRequest- Specified by:
setCharacterEncoding in class DispatchedHttpServletRequest
- Throws:
java.io.UnsupportedEncodingException
getContentType
public final java.lang.String getContentType()
- Specified by:
getContentType in interface javax.servlet.ServletRequest- Specified by:
getContentType in class DispatchedHttpServletRequest
getInputStream
public final javax.servlet.ServletInputStream getInputStream()
throws java.io.IOException
- Specified by:
getInputStream in interface javax.servlet.ServletRequest- Specified by:
getInputStream in class DispatchedHttpServletRequest
- Throws:
java.io.IOException
getReader
public final java.io.BufferedReader getReader()
throws java.io.IOException
- Specified by:
getReader in interface javax.servlet.ServletRequest- Specified by:
getReader in class DispatchedHttpServletRequest
- Throws:
java.io.IOException
getContentLength
public final int getContentLength()
- Specified by:
getContentLength in interface javax.servlet.ServletRequest- Specified by:
getContentLength in class DispatchedHttpServletRequest
Copyright © 2008. All Rights Reserved.