Package | Description |
---|---|
org.apache.catalina.core | |
org.apache.tomcat.util.http.fileupload |
NOTE: This code has been copied from commons-fileupload 1.2.1 and
commons-io 1.4 and package renamed to avoid clashes with any web apps that
may wish to use these libraries.
|
org.apache.tomcat.util.http.fileupload.disk | |
org.apache.tomcat.util.http.fileupload.servlet |
Constructor and Description |
---|
StandardPart(FileItem fileItem,
Multipart config) |
Modifier and Type | Method and Description |
---|---|
FileItem |
FileItemFactory.createItem(String fieldName,
String contentType,
boolean isFormField,
String fileName)
Create a new
FileItem instance from the supplied parameters and
any local factory configuration. |
Modifier and Type | Method and Description |
---|---|
List<FileItem> |
FileUploadBase.parseRequest(RequestContext ctx)
Processes an RFC 1867
compliant
multipart/form-data stream. |
Modifier and Type | Class and Description |
---|---|
class |
DiskFileItem
The default implementation of the
FileItem interface. |
Modifier and Type | Method and Description |
---|---|
FileItem |
DiskFileItemFactory.createItem(String fieldName,
String contentType,
boolean isFormField,
String fileName)
Create a new
DiskFileItem
instance from the supplied parameters and the local factory
configuration. |
Modifier and Type | Method and Description |
---|---|
List<FileItem> |
ServletFileUpload.parseRequest(javax.servlet.http.HttpServletRequest request)
Processes an RFC 1867
compliant
multipart/form-data stream. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.