Uses of Interface
org.blojsom.dispatcher.Dispatcher

Packages that use Dispatcher
org.blojsom.dispatcher.bsf Defines the classes and interfaces for the Bean Scripting Framework dispatcher  
org.blojsom.dispatcher.freemarker Defines the classes and interfaces for the FreeMarker dispatcher  
org.blojsom.dispatcher.groovy Defines the classes and interfaces for the Groovy dispatcher  
org.blojsom.dispatcher.jsp Defines the classes and interfaces for the blojsom JSP dispatcher  
org.blojsom.dispatcher.velocity Defines the classes and interfaces for the blojsom Velocity dispatcher  
org.blojsom.dispatcher.webmacro Defines the classes and interfaces for the WebMacro dispatcher  
 

Uses of Dispatcher in org.blojsom.dispatcher.bsf
 

Classes in org.blojsom.dispatcher.bsf that implement Dispatcher
 class BSFDispatcher
          BSFDispatcher
 

Uses of Dispatcher in org.blojsom.dispatcher.freemarker
 

Classes in org.blojsom.dispatcher.freemarker that implement Dispatcher
 class FreeMarkerDispatcher
          FreeMarkerDispatcher
 

Uses of Dispatcher in org.blojsom.dispatcher.groovy
 

Classes in org.blojsom.dispatcher.groovy that implement Dispatcher
 class GroovyDispatcher
          GroovyDispatcher
 

Uses of Dispatcher in org.blojsom.dispatcher.jsp
 

Classes in org.blojsom.dispatcher.jsp that implement Dispatcher
 class JSPDispatcher
          JSPDispatcher
 

Uses of Dispatcher in org.blojsom.dispatcher.velocity
 

Classes in org.blojsom.dispatcher.velocity that implement Dispatcher
 class VelocityDispatcher
          Velocity dispatcher
 

Uses of Dispatcher in org.blojsom.dispatcher.webmacro
 

Classes in org.blojsom.dispatcher.webmacro that implement Dispatcher
 class WebMacroDispatcher
          WebMacro dispatcher