Package | Description |
---|---|
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.servlet |
Modifier and Type | Method and Description |
---|---|
FileItemIterator |
FileUploadBase.getItemIterator(RequestContext ctx)
Processes an RFC 1867
compliant
multipart/form-data stream. |
static boolean |
FileUploadBase.isMultipartContent(RequestContext ctx)
Utility method that determines whether the request contains multipart
content.
|
List<FileItem> |
FileUploadBase.parseRequest(RequestContext ctx)
Processes an RFC 1867
compliant
multipart/form-data stream. |
Modifier and Type | Class and Description |
---|---|
class |
ServletRequestContext
Provides access to the request information needed for a request made to
an HTTP servlet.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.