Uses of Class
org.directwebremoting.servlet.TemplateHandler

Packages that use TemplateHandler
org.directwebremoting.auth   
org.directwebremoting.servlet   
org.directwebremoting.ui.servlet   
org.directwebremoting.webwork   
 

Uses of TemplateHandler in org.directwebremoting.auth
 

Subclasses of TemplateHandler in org.directwebremoting.auth
 class AuthHandler
          A Handler that supports requests for auth.js
 

Uses of TemplateHandler in org.directwebremoting.servlet
 

Subclasses of TemplateHandler in org.directwebremoting.servlet
 class AmdDtoHandler
          A handler for DTO class generation requests compatible with the AMD module format.
 class AmdEngineHandler
          A Handler that supports requests for engine.js compatible with the AMD format.
 class AmdInterfaceHandler
          A handler for interface generation requests compatible with AMD format.
 class BaseDtoAllHandler
          Base class handler for dtoall generation requests
 class BaseDtoHandler
          A handler for DTO class generation requests
 class BaseEngineHandler
          A Handler that supports requests for engine.js
 class BaseInterfaceHandler
          Handler base class for interface generation requests
 class DojoDtoAllHandler
          A handler for dtoall generation requests in the Dojo module format
 class DojoDtoHandler
          A handler for DTO class generation requests compatible with the Dojo module format.
 class DojoEngineHandler
          A Handler that supports requests for engine.js compatible with the Dojo format.
 class DojoInterfaceHandler
          A handler for interface generation requests compatible with Dojo module system.
 class DtoAllHandler
          A handler for dtoall generation requests
 class DtoHandler
          A handler for DTO class generation requests
 class EngineHandler
          A Handler that supports requests for engine.js
 class FileJavaScriptHandler
          Many JavaScriptHandlers just read their contents from a file.
 class GeneratedJavaScriptHandler
          A base class for all generated JavaScript files
 class InterfaceHandler
          A handler for interface generation requests
 class JavaScriptHandler
          Once we know a resource is JavaScript, we can go about compressing it.
 

Uses of TemplateHandler in org.directwebremoting.ui.servlet
 

Subclasses of TemplateHandler in org.directwebremoting.ui.servlet
 class AmdUtilHandler
          A Handler that supports requests for util.js compatible with the AMD format.
 class BaseUtilHandler
          A Handler that supports requests for util.js
 class DojoUtilHandler
          A Handler that supports requests for util.js compatible with the Dojo format.
 class UtilHandler
          A Handler that supports requests for util.js
 

Uses of TemplateHandler in org.directwebremoting.webwork
 

Subclasses of TemplateHandler in org.directwebremoting.webwork
 class WebworkUtilHandler
          A Handler that supports requests for DWRActionUtil.js
 


Copyright ยจ 2008