Interface Summary |
AccessControl |
Control who should be accessing which methods on which classes. |
Configuration |
The DefaultConfiguration class has responsibility for reading all config data from
web.xml and dwr.xml |
Container |
A very basic IoC container |
Converter |
An interface for converting types from a string to some other type. |
ConverterManager |
A class to manage the converter types and the instansiated class name matches. |
Creator |
A base class for all AllowedClasses |
CreatorManager |
A class to manage the types of creators and the instansiated creators. |
Processor |
Handler is a bit like a servlet except that we don't need to ask users to
put stuff into WEB-INF/web.xml we can configure it ourselves. |
WebContext |
Class to enable us to access servlet parameters. |
WebContextBuilder |
Class to enable us to access servlet parameters. |
Class Summary |
AbstractDWRServlet |
This is abstract servlet that all DWR servlets should extend. |
Call |
Call is a POJO to encapsulate the information required to make a single java
call, including the result of the call (either returned data or exception). |
Calls |
The request made by the browser which consists of a number of function call
requests and some associated information like the request mode (XHR or
iframe). |
ConversionConstants |
Various constants for type conversion |
DWRServlet |
This is the main servlet that handles all the requests to DWR. |
ExecutionContext |
Class to enable us to access servlet parameters. |
InboundContext |
InboundContext is the context for set of inbound conversions. |
InboundVariable |
A simple struct to hold data about a single converted javascript variable. |
Messages |
Internationalization for DWR |
OutboundContext |
We need to keep track of stuff while we are converting on the way out to
prevent recurrsion. |
OutboundVariable |
A simple data container for 2 strings that comprise information about
how a Java object has been converted into Javascript |
TypeHintContext |
Something to hold the method, paramNo and index together as an object
that can be a key in a Map. |
WebContextFactory |
Accessor for the current WebContext. |