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, parseFormData
getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding, setRequest
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding
public String getFilename()
public String getContentType()
getContentType
in interface javax.servlet.ServletRequest
getContentType
in class javax.servlet.ServletRequestWrapper
public BigInteger getSize()
public InputStream getStream()
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.