|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FileItem | |
| portal.comp | |
| portal.core.api | |
| portal.core.servlet | |
| portal.core.upload | |
| Uses of FileItem in portal.comp |
| Methods in portal.comp that return FileItem | |
FileItem |
FileUpload.getFileItem()
|
| Methods in portal.comp with parameters of type FileItem | |
protected void |
FileUpload.setFileItem(FileItem item)
|
| Uses of FileItem in portal.core.api |
| Methods in portal.core.api with parameters of type FileItem | |
abstract void |
AbstractFileFieldUpdater.update(FileItem fileItem)
|
| Uses of FileItem in portal.core.servlet |
| Methods in portal.core.servlet that return FileItem | |
FileItem |
RequestParameters.getFile(java.lang.String paramName)
|
| Uses of FileItem in portal.core.upload |
| Methods in portal.core.upload that return FileItem | |
static FileItem |
FileItem.newInstance(java.lang.String path,
java.lang.String name,
java.lang.String contentType,
int requestSize,
int threshold)
Instantiates a DefaultFileItem. |
protected FileItem |
FileUpload.createItem(int pSizeThreshold,
java.lang.String path,
java.util.Map headers,
int requestSize)
Creates a new org.apache.commons.fileupload.FileItem instance. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||