Package org.directwebremoting.dwrp

Interface Summary
CollectionOutboundVariable A helper class for people that want to implement OutboundVariable.
FileUpload An interface to allow us to plug alternative FileUpload components into DWR, and more specifically, to plug in a null implementation if file commons file-upload.jar is not available on the classpath.
MapOutboundVariable A helper class for people that want to implement OutboundVariable.
ProtocolConstants Various constants for type conversion
 

Class Summary
ArrayJsonOutboundVariable An OutboundVariable that creates data from Collections.
ArrayNonJsonOutboundVariable An OutboundVariable that creates data from Collections.
BaseCallMarshaller A Marshaller that output plain Javascript.
BaseScriptConduit A ScriptConduit that works with the parent Marshaller.
Batch A container for all the by-products of an HttpRequest parse
CommonsFileUpload An implementation of FileUpload that uses Apache Commons FileUpload.
DefaultConverterManager A class to manage the converter types and the instantiated class name matches.
ErrorOutboundVariable An OutboundVariable that can not be recursive.
Html4kScriptConduit A ScriptConduit for use with HTML/PRE wrapped Javascript output.
HtmlCallMarshaller A version of the Plain Javascript Marshaller that uses iframe syntax
HtmlScriptConduit A ScriptConduit for use with HTML/SCRIPT wrapped Javascript output.
JsonNestedOutboundVariable A helper class for people that want to implement OutboundVariable.
NonJsonNestedOutboundVariable A helper class for people that want to implement OutboundVariable.
ObjectJsonOutboundVariable An OutboundVariable that creates data from Maps.
ObjectNonJsonOutboundVariable An OutboundVariable that creates data from Maps.
ParseUtil Utilities to parse GET and POST requests from the DWR javascript section.
PlainCallMarshaller A Marshaller that outputs plain Javascript.
PlainScriptConduit A ScriptConduit for use with plain Javascript output.
PollBatch A container for the information passed in by an Poll request
PollHandler A Marshaller that output plain Javascript.
UnsupportedFileUpload A default implementation of FileUpload for cases when Commons File-Upload is not available.
 

Enum Summary
PartialResponse A set of constants that represent how browsers need data flushed to them
 


Copyright ¬ 2005