org.richfaces.request
public class MultipartRequestSizeExceeded extends javax.servlet.http.HttpServletRequestWrapper
MultipartRequest.ResponseStateREQUEST_ATTRIBUTE_NAME| Constructor and Description |
|---|
MultipartRequestSizeExceeded(javax.servlet.http.HttpServletRequest request,
String uploadId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getHeader(String name) |
MultipartRequest.ResponseState |
getResponseState() |
Iterable<UploadedFile> |
getUploadedFiles() |
String |
getUploadId() |
void |
release() |
authenticate, getAuthType, getContextPath, getCookies, getDateHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logoutgetAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsyncclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsyncpublic MultipartRequestSizeExceeded(javax.servlet.http.HttpServletRequest request,
String uploadId)
public MultipartRequest.ResponseState getResponseState()
public Iterable<UploadedFile> getUploadedFiles()
public String getUploadId()
getUploadId in interface MultipartRequestpublic void release()
release in interface MultipartRequestpublic String getHeader(String name)
getHeader in interface javax.servlet.http.HttpServletRequestgetHeader in class javax.servlet.http.HttpServletRequestWrapperpublic String getContentType()
getContentType in interface javax.servlet.ServletRequestgetContentType in class javax.servlet.ServletRequestWrapperCopyright © 2015 JBoss by Red Hat. All Rights Reserved.