Package org.directwebremoting.io

Interface Summary
Item.ExposeToStringToTheOutside A marker interface to indicate that Object.toString() does not have any information in it that you don't want to be exposed to the Internet.
JavascriptFunction Represents a callback function, passed in from a client for later execution.
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.
 

Class Summary
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.
Item Analogous to a Map.Entry that we use to pass objects that have been stored in a StoreProvider to the Internet.
SortCriterion A SortCriterion describes one facet of a possible way of sorting some data.
StoreRegion A zone of data within a StoreProvider.
StringWrapper A wrapper around a String to distinguish a string entered into a ScriptBuffer as code and a string entered as data.
 

Exception Summary
DwrConvertedException DwrConvertedException are automatically exported by DWR along with the message and (optionally) a map of data.
 


Copyright ยจ 2008