Uses of Package
org.directwebremoting.io

Packages that use org.directwebremoting.io
org.directwebremoting.datasync   
org.directwebremoting.export   
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.guice This package provides support for Guice dependency injection in DWR-based web applications. 
org.directwebremoting.impl   
org.directwebremoting.io   
org.directwebremoting.jsonrpc.io   
org.directwebremoting.ui.dwr   
org.directwebremoting.util   
 

Classes in org.directwebremoting.io used by org.directwebremoting.datasync
Item
          Analogous to a Map.Entry that we use to pass objects that have been stored in a StoreProvider to the Internet.
ItemUpdate
          Analogous to a Map.Entry that we use to pass objects that have been stored in a StoreProvider to the Internet.
MatchedItems
          MatchedItems is simply a holder for a list of matched Items and a total match count, used by: StoreProvider.viewRegion(StoreRegion) and StoreProvider.viewRegion(StoreRegion, StoreChangeListener)
RawData
          Sometimes DWR can't know at runtime the type of the inbound data, this class allows us to defer conversion until we know more about the type we should be converting to.
SortCriterion
          A SortCriterion describes one facet of a possible way of sorting some data.
StoreChangeListener
          We sometimes need to monitor what is happening to a store and the items it contains
StoreRegion
          A zone of data within a StoreProvider.
 

Classes in org.directwebremoting.io used by org.directwebremoting.export
Item
          Analogous to a Map.Entry that we use to pass objects that have been stored in a StoreProvider to the Internet.
ItemUpdate
          Analogous to a Map.Entry that we use to pass objects that have been stored in a StoreProvider to the Internet.
MatchedItems
          MatchedItems is simply a holder for a list of matched Items and a total match count, used by: StoreProvider.viewRegion(StoreRegion) and StoreProvider.viewRegion(StoreRegion, StoreChangeListener)
StoreChangeListener
          We sometimes need to monitor what is happening to a store and the items it contains
StoreRegion
          A zone of data within a StoreProvider.
 

Classes in org.directwebremoting.io used by org.directwebremoting.extend
FileTransfer
          One of the 2 ways you can receive uploaded files from a DWR enabled page is to expose a method with a FileTransfer parameter.
InputStreamFactory
          This class gives some lifecycle to an InputStream.
JavascriptFunction
          Represents a callback function, passed in from a client for later execution.
JavascriptObject
          Represents a JavaScript object, passed in from a client for later use.
OutputStreamLoader
          This class gives some lifecycle to an OutputStream.
RawData
          Sometimes DWR can't know at runtime the type of the inbound data, this class allows us to defer conversion until we know more about the type we should be converting to.
 

Classes in org.directwebremoting.io used by org.directwebremoting.guice
RawData
          Sometimes DWR can't know at runtime the type of the inbound data, this class allows us to defer conversion until we know more about the type we should be converting to.
 

Classes in org.directwebremoting.io used by org.directwebremoting.impl
FileTransfer
          One of the 2 ways you can receive uploaded files from a DWR enabled page is to expose a method with a FileTransfer parameter.
RawData
          Sometimes DWR can't know at runtime the type of the inbound data, this class allows us to defer conversion until we know more about the type we should be converting to.
 

Classes in org.directwebremoting.io used by org.directwebremoting.io
Context
          Context is a way to return a value that can only be realized on the client.
InputStreamFactory
          This class gives some lifecycle to an InputStream.
Item
          Analogous to a Map.Entry that we use to pass objects that have been stored in a StoreProvider to the Internet.
OutputStreamLoader
          This class gives some lifecycle to an OutputStream.
QueryOptions
          Contains valid dojo data Read API values for the queryOptions object (see http://www.dojotoolkit.org/book/dojo-book-0-9/part-3-programmatic-dijit-and-dojo/what-dojo-data/dojo-data-design/read-api)
RawData
          Sometimes DWR can't know at runtime the type of the inbound data, this class allows us to defer conversion until we know more about the type we should be converting to.
SortCriterion
          A SortCriterion describes one facet of a possible way of sorting some data.
 

Classes in org.directwebremoting.io used by org.directwebremoting.jsonrpc.io
StringWrapper
          A wrapper around a String to distinguish a string entered into a ScriptBuffer as code and a string entered as data.
 

Classes in org.directwebremoting.io used by org.directwebremoting.ui.dwr
FileTransfer
          One of the 2 ways you can receive uploaded files from a DWR enabled page is to expose a method with a FileTransfer parameter.
 

Classes in org.directwebremoting.io used by org.directwebremoting.util
OutputStreamLoader
          This class gives some lifecycle to an OutputStream.
 


Copyright ยจ 2008