Package nextapp.echo2.webcontainer.filetransfer

Interface Summary
MultipartUploadSPI This interface allows pluggable selection of the library to be used to parse the HttpServletRequest.
 

Class Summary
AbstractFileUploadProvider Base abstract class containing common implementations
DownloadPeer A peer for Download commands.
JakartaCommonsFileUploadProvider Implementation of MultipartUploadSPI that uses the Jakarta Commons FileUpload library to perform the parsing of multipart HttpServletRequests.
MultipartUploadFactory Factory for MultipartUploadSPI implementations.
UploadFormService Renders an HTML page containing a form with a single file upload element and an optional Send button, based on the UploadSelect that is given.
UploadReceiver Processes a file upload HTTP request from the client.
UploadSelectPeer A peer for UploadSelect components.