EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.tucana.AbstractDownloadProvider

Packages that use AbstractDownloadProvider
echopoint.tucana Re-implementation of the tucana file upload component for Echo2. 
 

Uses of AbstractDownloadProvider in echopoint.tucana
 

Subclasses of AbstractDownloadProvider in echopoint.tucana
 class FileDownloadProvider
          A download provider for sending files to the client.
 class InputStreamDownloadProvider
          A download provider implementation that streams the contents of the specified input stream to the client request output stream on demand.
 


EchoPoint API - 3.0.0b5
App Webcontainer