Uses of Interface
org.directwebremoting.io.OutputStreamLoader

Packages that use OutputStreamLoader
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
org.directwebremoting.io   
org.directwebremoting.util   
 

Uses of OutputStreamLoader in org.directwebremoting.extend
 

Classes in org.directwebremoting.extend that implement OutputStreamLoader
 class InputStreamFactoryOutputStreamLoader
          Used when the FileTransfer has a InputStreamFactory, but what it really wants is an OutputStreamLoader
 

Constructors in org.directwebremoting.extend with parameters of type OutputStreamLoader
OutputStreamLoaderInputStreamFactory(OutputStreamLoader outputStreamLoader)
          We need an OutputStreamLoader
 

Uses of OutputStreamLoader in org.directwebremoting.io
 

Methods in org.directwebremoting.io that return OutputStreamLoader
 OutputStreamLoader FileTransfer.getOutputStreamLoader()
          Returns an OutputStreamLoader that can be used to retrieve the contents of the file.
 

Constructors in org.directwebremoting.io with parameters of type OutputStreamLoader
FileTransfer(java.lang.String filename, java.lang.String mimeType, OutputStreamLoader outputStreamLoader)
          A ctor for the 3 things browsers tell us about the uploaded file
 

Uses of OutputStreamLoader in org.directwebremoting.util
 

Methods in org.directwebremoting.util with parameters of type OutputStreamLoader
static void LocalUtil.close(OutputStreamLoader loader)
          OutputStreamLoader closer that can cope if the input is null.
 


Copyright ยจ 2008