Uses of Interface
org.directwebremoting.extend.Handler

Packages that use Handler
org.directwebremoting.dwrp   
org.directwebremoting.servlet   
 

Uses of Handler in org.directwebremoting.dwrp
 

Classes in org.directwebremoting.dwrp that implement Handler
 class PollHandler
          A Marshaller that output plain Javascript.
 

Uses of Handler in org.directwebremoting.servlet
 

Classes in org.directwebremoting.servlet that implement Handler
 class AboutHandler
          A handler for requests to create a debug index page
 class AuthHandler
          A Handler that supports requests for auth.js
 class CachingFileHandler
           
 class DownloadHandler
          A DownloadHandler is basically a FileServingServlet that integrates with a DownloadManager to purge files from the system that have been downloaded.
 class EngineHandler
          A Handler that supports requests for engine.js
 class ExceptionHandler
          Handles an exception occurring during the request dispatching.
 class GiHandler
          A Handler that supports requests for util.js
 class HtmlCallHandler
          A Handler standard DWR calls whose replies are HTML wrapped.
 class HtmlPollHandler
          A Handler polling DWR calls whose replies are HTML wrapped.
 class IndexHandler
          A handler for requests to create a debug index page
 class InterfaceHandler
          A handler for interface generation requests
 class JavaScriptHandler
          Basically a file servlet component that does some very limited EL type processing on the file.
 class MonitorHandler
          A monitoring system so we can see what is going on inside DWR
 class NotFoundHandler
          Display a 404 "not found" message
 class PlainCallHandler
          A Handler standard DWR calls whose replies are NOT HTML wrapped.
 class PlainPollHandler
          A Handler polling DWR calls whose replies are NOT HTML wrapped.
 class TemplateHandler
          A Handler that allows some very simple search and replace templating.
 class TestHandler
          A handler for requests to create a class debug page
 class UrlProcessor
          This is the main servlet that handles all the requests to DWR.
 class UtilHandler
          A Handler that supports requests for util.js
 class WebworkUtilHandler
          A Handler that supports requests for DWRActionUtil.js
 


Copyright ¬ 2005