Package org.directwebremoting.servlet

Class Summary
AboutHandler A handler for requests to create a debug index page
AuthHandler A Handler that supports requests for auth.js
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.
EfficientShutdownServletContextAttributeListener A ServletContextAttributeListener that can be used to call ServerLoadMonitor.shutdown() when the servlet container is stopped
EfficientShutdownServletContextListener A ServletContextListener that can be used to call ServerLoadMonitor.shutdown() when the servlet container is stopped
EngineHandler A Handler that supports requests for engine.js
ExceptionHandler Handles an exception occuring during the request disptaching.
FileHandler Basically a file servlet component that does some very limitted EL type processing on the file.
HtmlCallHandler A Handler standard DWR calls whose replies are HTML wrapped.
HtmlPollHandler A Handler polling DWR calls whose replies are HTML wrapped.
HttpConstants Various constant for dealing with HTTP traffic.
IndexHandler A handler for requests to create a debug index page
InterfaceHandler A handler for interface generation requests
NotFoundHandler Display a 404 "not found" message
PathConstants Various constants from generating output.
PlainCallHandler A Handler standard DWR calls whose replies are NOT HTML wrapped.
PlainPollHandler A Handler polling DWR calls whose replies are NOT HTML wrapped.
TestHandler A handler for requests to create a class debug page
UrlProcessor This is the main servlet that handles all the requests to DWR.
UtilHandler A Handler that supports requests for util.js
WebworkUtilHandler A Handler that supports requests for DWRActionUtil.js