public class POSTHttpServletRequestWrapper extends QueryStringHttpServletRequestWrapper
| Constructor and Description |
|---|
POSTHttpServletRequestWrapper(javax.servlet.http.HttpServletRequest request,
File tempDir,
int memoryThreshold,
long maxContentSize) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getFilename() |
BigInteger |
getSize() |
InputStream |
getStream() |
addParameter, getParameter, getParameterMap, getParameterNames, getParameterValues, parseFormDatagetAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRolegetAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequestclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncodingpublic String getFilename()
public String getContentType()
getContentType in interface javax.servlet.ServletRequestgetContentType in class javax.servlet.ServletRequestWrapperpublic BigInteger getSize()
public InputStream getStream()
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.