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.disk | |
org.apache.tomcat.util.http.fileupload.util |
Modifier and Type | Method and Description |
---|---|
FileItemHeaders |
FileItemHeadersSupport.getHeaders()
Returns the collection of headers defined locally within this item.
|
protected FileItemHeaders |
FileUploadBase.getParsedHeaders(String headerPart)
Parses the
header-part and returns as key/value
pairs. |
Modifier and Type | Method and Description |
---|---|
protected String |
FileUploadBase.getFieldName(FileItemHeaders headers)
Retrieves the field name from the
Content-disposition
header. |
protected String |
FileUploadBase.getFileName(FileItemHeaders headers)
Retrieves the file name from the
Content-disposition
header. |
void |
FileItemHeadersSupport.setHeaders(FileItemHeaders headers)
Sets the headers read from within an item.
|
Modifier and Type | Method and Description |
---|---|
FileItemHeaders |
DiskFileItem.getHeaders()
Returns the file item headers.
|
Modifier and Type | Method and Description |
---|---|
void |
DiskFileItem.setHeaders(FileItemHeaders pHeaders)
Sets the file item headers.
|
Modifier and Type | Class and Description |
---|---|
class |
FileItemHeadersImpl
Default implementation of the
FileItemHeaders interface. |
Copyright © 2013 JBoss by Red Hat. All rights reserved.