Package | Description |
---|---|
org.apache.commons.fileupload |
A component for handling HTML file uploads as specified by
RFC 1867.
|
Modifier and Type | Field and Description |
---|---|
private ProgressListener |
MultipartStream.ProgressNotifier.listener
The listener to invoke.
|
private ProgressListener |
FileUploadBase.listener
The progress listener.
|
Modifier and Type | Method and Description |
---|---|
ProgressListener |
FileUploadBase.getProgressListener()
Returns the progress listener.
|
Modifier and Type | Method and Description |
---|---|
void |
FileUploadBase.setProgressListener(ProgressListener pListener)
Sets the progress listener.
|
Constructor and Description |
---|
ProgressNotifier(ProgressListener pListener,
long pContentLength)
Creates a new instance with the given listener
and content length.
|