EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Interface
echopoint.tucana.DownloadProvider

Packages that use DownloadProvider
echopoint.tucana Re-implementation of the tucana file upload component for Echo2. 
echopoint.tucana.event Events defined for the file upload/download process. 
 

Uses of DownloadProvider in echopoint.tucana
 

Classes in echopoint.tucana that implement DownloadProvider
 class AbstractDownloadProvider
          An abstract implementation that returns default values for non-mandatory methods.
 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.
 

Methods in echopoint.tucana that return DownloadProvider
 DownloadProvider DownloadCommand.getProvider()
          Returns the download provider.
 DownloadProvider DownloadButton.getProvider()
          Accessor for property 'provider'.
 

Methods in echopoint.tucana with parameters of type DownloadProvider
 void DownloadCommand.setProvider(DownloadProvider newValue)
          Sets the download provider from which to get the data.
 void DownloadButton.setProvider(DownloadProvider provider)
          Mutator for property 'provider'.
 

Constructors in echopoint.tucana with parameters of type DownloadProvider
DownloadButton(DownloadProvider provider)
          Create a new instance for the specified download provider.
DownloadCommand(DownloadProvider provider)
          Constructs a new download command, whose data will be taken from the passed DownloadProvider.
 

Uses of DownloadProvider in echopoint.tucana.event
 

Constructors in echopoint.tucana.event with parameters of type DownloadProvider
DownloadFailEvent(DownloadCommand source, DownloadProvider provider, Exception exception)
          Constructs a new download event with the specified content attributes.
DownloadFinishEvent(DownloadCommand download, DownloadProvider provider)
          Create a new download event with the specified parameters.
DownloadStartEvent(DownloadCommand source, DownloadProvider provider)
          Construct a new download event with the specified parameters.
 


EchoPoint API - 3.0.0b5
App Webcontainer