public interface UploadRequest
extends javax.servlet.http.HttpServletRequest
Modifier and Type | Method and Description |
---|---|
void |
cleanUp() |
String |
getContentType(String name) |
File |
getFile(String name) |
File |
getFile(String name,
boolean forceCreate) |
InputStream |
getFileAsStream(String name) |
InputStream |
getFileAsStream(String name,
boolean deleteOnClose) |
String |
getFileName(String name) |
String[] |
getFileNames(String name) |
File[] |
getFiles(String name) |
InputStream[] |
getFilesAsStream(String name) |
InputStream[] |
getFilesAsStream(String name,
boolean deleteOnClose) |
String |
getFullFileName(String name) |
Map<String,FileItem[]> |
getMultipartParameterMap() |
Map<String,List<String>> |
getRegularParameterMap() |
Long |
getSize(String name) |
Boolean |
isFormField(String name) |
authenticate, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isUserInRole, login, logout
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, 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, startAsync
void cleanUp()
InputStream getFileAsStream(String name) throws IOException
IOException
InputStream getFileAsStream(String name, boolean deleteOnClose) throws IOException
IOException
InputStream[] getFilesAsStream(String name) throws IOException
IOException
InputStream[] getFilesAsStream(String name, boolean deleteOnClose) throws IOException
IOException