public class MultipartRequest
extends javax.servlet.http.HttpServletRequestWrapper
| Constructor | Description |
|---|---|
MultipartRequest(javax.servlet.http.HttpServletRequest request,
org.apache.commons.fileupload.servlet.ServletFileUpload servletFileUpload) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.commons.fileupload.FileItem |
getFileItem(String name) |
|
String |
getParameter(String name) |
|
Map |
getParameterMap() |
|
Enumeration |
getParameterNames() |
|
String[] |
getParameterValues(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, logoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, removeAttribute, setAttribute, setCharacterEncoding, startAsync, startAsyncgetAsyncContext, getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getDispatcherType, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getProtocol, getReader, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequest, getRequestDispatcher, getScheme, getServerName, getServerPort, getServletContext, isAsyncStarted, isAsyncSupported, isSecure, isWrapperFor, isWrapperFor, removeAttribute, setAttribute, setCharacterEncoding, setRequest, startAsync, startAsyncpublic MultipartRequest(javax.servlet.http.HttpServletRequest request,
org.apache.commons.fileupload.servlet.ServletFileUpload servletFileUpload)
throws IOException
IOExceptionpublic String getParameter(String name)
getParameter in class javax.servlet.ServletRequestWrapperpublic Map getParameterMap()
getParameterMap in class javax.servlet.ServletRequestWrapperpublic Enumeration getParameterNames()
getParameterNames in class javax.servlet.ServletRequestWrapperpublic String[] getParameterValues(String name)
getParameterValues in class javax.servlet.ServletRequestWrapperpublic org.apache.commons.fileupload.FileItem getFileItem(String name)
Copyright © 2018. All rights reserved.