|
Class Summary |
| AboutHandler |
A handler for requests to create a debug index page |
| AmdDtoHandler |
A handler for DTO class generation requests compatible with the AMD module format. |
| AmdEngineHandler |
A Handler that supports requests for engine.js compatible with the AMD format. |
| AmdInterfaceHandler |
A handler for interface generation requests compatible with AMD format. |
| AmdModule |
A class that abstracts the generation of AMD script modules. |
| BaseDtoAllHandler |
Base class handler for dtoall generation requests |
| BaseDtoHandler |
A handler for DTO class generation requests |
| BaseEngineHandler |
A Handler that supports requests for engine.js |
| BaseInterfaceHandler |
Handler base class for interface generation requests |
| BaseModule |
A base class for script modules. |
| CachingHandler |
A handler that deals with ETags and other nonsense to do with keeping a
browsers cache in-sync with a web server. |
| DojoDtoAllHandler |
A handler for dtoall generation requests in the Dojo module format |
| DojoDtoHandler |
A handler for DTO class generation requests compatible with the Dojo module format. |
| DojoEngineHandler |
A Handler that supports requests for engine.js compatible with the Dojo format. |
| DojoInterfaceHandler |
A handler for interface generation requests compatible with Dojo module system. |
| DojoModule |
A class that abstracts the generation of Dojo script modules. |
| DownloadHandler |
A DownloadHandler is basically a FileServingServlet that integrates with
a DownloadManager to purge files from the system that have been downloaded. |
| DtoAllHandler |
A handler for dtoall generation requests |
| DtoHandler |
A handler for DTO class generation requests |
| DwrListener |
A ServletContextListener that can be used to pass the events on to
everything in DWRs Container. |
| DwrServlet |
This is the main servlet that handles all the requests to DWR. |
| DwrWebContextFilter |
A Servlet Filter that can be used with other web frameworks to allow use of
WebContextFactory. |
| EngineHandler |
A Handler that supports requests for engine.js |
| ExceptionHandler |
Handles an exception occurring during the request dispatching. |
| FileJavaScriptHandler |
Many JavaScriptHandlers just read their contents from a file. |
| GeneratedJavaScriptHandler |
A base class for all generated JavaScript files |
| IndexHandler |
A handler for requests to create a debug index page |
| InterfaceHandler |
A handler for interface generation requests |
| JavaScriptHandler |
Once we know a resource is JavaScript, we can go about compressing it. |
| MonitorHandler |
A monitoring system so we can see what is going on inside DWR |
| NotFoundHandler |
Display a 404 "not found" message |
| TemplateHandler |
A Handler that allows some very simple
search and replace templating. |
| TestHandler |
A handler for requests to create a class debug page |
| UrlProcessor |
This is the main servlet that handles all the requests to DWR. |