public class MultipartRequest extends org.jboss.seam.web.MultipartRequestImpl
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH| Constructor and Description |
|---|
MultipartRequest(HttpServletRequest request,
boolean createTempFiles,
int maxRequestSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
String |
getContentType() |
Object |
getFile(String name) |
byte[] |
getFileBytes(String name) |
String |
getFileContentType(String name) |
InputStream |
getFileInputStream(String name) |
String |
getFileName(String name) |
int |
getFileSize(String name) |
String |
getHeader(String name) |
String |
getParameter(String name) |
Map |
getParameterMap() |
Enumeration |
getParameterNames() |
String[] |
getParameterValues(String name) |
Integer |
getSize() |
boolean |
isDone() |
boolean |
isStopped() |
void |
parseRequest() |
void |
stop() |
getAuthType, getContextPath, getCookies, getDateHeader, 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, setRequestequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthType, getContextPath, getCookies, getDateHeader, 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, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncodingpublic MultipartRequest(HttpServletRequest request, boolean createTempFiles, int maxRequestSize)
public void cancel()
public void parseRequest()
public Integer getSize()
public Enumeration getParameterNames()
getParameterNames in interface ServletRequestgetParameterNames in class org.jboss.seam.web.MultipartRequestImplpublic byte[] getFileBytes(String name)
getFileBytes in interface org.jboss.seam.web.MultipartRequestgetFileBytes in class org.jboss.seam.web.MultipartRequestImplpublic InputStream getFileInputStream(String name)
getFileInputStream in interface org.jboss.seam.web.MultipartRequestgetFileInputStream in class org.jboss.seam.web.MultipartRequestImplpublic String getFileContentType(String name)
getFileContentType in interface org.jboss.seam.web.MultipartRequestgetFileContentType in class org.jboss.seam.web.MultipartRequestImplpublic String getFileName(String name)
getFileName in interface org.jboss.seam.web.MultipartRequestgetFileName in class org.jboss.seam.web.MultipartRequestImplpublic int getFileSize(String name)
getFileSize in interface org.jboss.seam.web.MultipartRequestgetFileSize in class org.jboss.seam.web.MultipartRequestImplpublic String getParameter(String name)
getParameter in interface ServletRequestgetParameter in class org.jboss.seam.web.MultipartRequestImplpublic String[] getParameterValues(String name)
getParameterValues in interface ServletRequestgetParameterValues in class org.jboss.seam.web.MultipartRequestImplpublic Map getParameterMap()
getParameterMap in interface ServletRequestgetParameterMap in class org.jboss.seam.web.MultipartRequestImplpublic String getHeader(String name)
getHeader in interface HttpServletRequestgetHeader in class HttpServletRequestWrapperpublic void stop()
public boolean isStopped()
public boolean isDone()
public String getContentType()
getContentType in interface ServletRequestgetContentType in class ServletRequestWrapperCopyright © 2012 Nuxeo SA. All Rights Reserved.