Package com.liferay.portal.kernel.upload
Interface UploadRequest
- All Superinterfaces:
javax.servlet.http.HttpServletRequest
,javax.servlet.ServletRequest
- All Known Subinterfaces:
UploadPortletRequest
,UploadServletRequest
public interface UploadRequest
extends javax.servlet.http.HttpServletRequest
- Author:
- Brian Wing Shun Chan, Eduardo Lundgren
-
Field Summary
Fields inherited from interface javax.servlet.http.HttpServletRequest
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanUp()
getContentType
(String name) getFileAsStream
(String name) getFileAsStream
(String name, boolean deleteOnClose) getFileName
(String name) String[]
getFileNames
(String name) File[]
getFilesAsStream
(String name) getFilesAsStream
(String name, boolean deleteOnClose) getFullFileName
(String name) isFormField
(String name) Methods inherited from interface javax.servlet.http.HttpServletRequest
authenticate, changeSessionId, getAuthType, getContextPath, getCookies, getDateHeader, getHeader, getHeaderNames, getHeaders, getHttpServletMapping, getIntHeader, getMethod, getPart, getParts, getPathInfo, getPathTranslated, getQueryString, getRemoteUser, getRequestedSessionId, getRequestURI, getRequestURL, getServletPath, getSession, getSession, getTrailerFields, getUserPrincipal, isRequestedSessionIdFromCookie, isRequestedSessionIdFromUrl, isRequestedSessionIdFromURL, isRequestedSessionIdValid, isTrailerFieldsReady, isUserInRole, login, logout, newPushBuilder, upgrade
Methods inherited from interface javax.servlet.ServletRequest
getAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentLengthLong, 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
-
Method Details
-
cleanUp
void cleanUp() -
getContentType
-
getFile
-
getFile
-
getFileAsStream
- Throws:
IOException
-
getFileAsStream
- Throws:
IOException
-
getFileName
-
getFileNames
-
getFiles
-
getFilesAsStream
- Throws:
IOException
-
getFilesAsStream
- Throws:
IOException
-
getFullFileName
-
getMultipartParameterMap
-
getRegularParameterMap
-
getSize
-
isFormField
-