echopoint.tucana
Class JakartaCommonsFileUploadProvider
java.lang.Object
echopoint.tucana.AbstractFileUploadProvider
echopoint.tucana.JakartaCommonsFileUploadProvider
- All Implemented Interfaces:
- UploadSPI, WebContainerServlet.MultipartRequestWrapper
public class JakartaCommonsFileUploadProvider
- extends AbstractFileUploadProvider
UploadSPI implementation that uses the
Jakarta
Commons FileUpload library.
- Version:
- $Id: JakartaCommonsFileUploadProvider.java 204 2009-05-20 18:50:57Z sptrakesh $
- Author:
- Echo File Transfer Library
|
Method Summary |
void |
handleUpload(Connection conn,
FileUploadSelector uploadSelect,
String uploadIndex,
UploadProgress progress)
Handles the upload of a file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JakartaCommonsFileUploadProvider
public JakartaCommonsFileUploadProvider()
handleUpload
public void handleUpload(Connection conn,
FileUploadSelector uploadSelect,
String uploadIndex,
UploadProgress progress)
throws Exception
- Description copied from interface:
UploadSPI
- Handles the upload of a file.
- Parameters:
conn - provides access to the request and response objectsuploadSelect - provides access to additional settingsuploadIndex - the upload indexprogress - used to communicate progress
- Throws:
Exception - If errors are encountered.- See Also:
UploadSPI.handleUpload(nextapp.echo.webcontainer.Connection ,
FileUploadSelector, String, UploadProgress)