Uses of Interface
org.directwebremoting.extend.FileGenerator

Packages that use FileGenerator
org.directwebremoting.extend   
org.directwebremoting.impl   
 

Uses of FileGenerator in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return FileGenerator
 FileGenerator DownloadManager.getFile(java.lang.String id)
          Retrieve a file previously injected into the system with DownloadManager.addFile(FileGenerator)
 

Methods in org.directwebremoting.extend with parameters of type FileGenerator
 java.lang.String DownloadManager.addFile(FileGenerator generator)
          Inject a file into the system for later download.
 

Uses of FileGenerator in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement FileGenerator
 class AbstractFileGenerator
          A helper to aid implementing FileGenerator that takes care of the filename and mimeType fields
 class FileTransferFileGenerator
          An implementation of FileGenerator that uses a FileTransfer.
 class ImageIOFileGenerator
          A way to convert BufferedImages to files so they can be written using a FileServingServlet or similar.
 class InputStreamFileGenerator
          A way to convert BufferedImages to files so they can be written using a FileServingServlet or similar.
 

Methods in org.directwebremoting.impl that return FileGenerator
 FileGenerator PurgingDownloadManager.getFile(java.lang.String id)
           
 FileGenerator DataUrlDownloadManager.getFile(java.lang.String id)
           
 

Methods in org.directwebremoting.impl with parameters of type FileGenerator
 java.lang.String PurgingDownloadManager.addFile(FileGenerator generator)
           
 java.lang.String DataUrlDownloadManager.addFile(FileGenerator generator)
           
 


Copyright ¬ 2005