Uses of Interface
net.kldp.beat.dispatcher.Dispatch

Packages that use Dispatch
net.kldp.beat.action   
net.kldp.beat.dispatcher   
net.kldp.beat.web.aware   
 

Uses of Dispatch in net.kldp.beat.action
 

Fields in net.kldp.beat.action declared as Dispatch
private  Dispatch ActionContext.dispatcher
           
 

Methods in net.kldp.beat.action that return Dispatch
 Dispatch ActionContext.getDispatcher()
           
 

Uses of Dispatch in net.kldp.beat.dispatcher
 

Classes in net.kldp.beat.dispatcher that implement Dispatch
(package private)  class FreemarkerViewDispatcher
           
(package private)  class JspViewDispatcher
           
(package private)  class VelocityViewDispatcher
           
 class ViewDispatcher
           
 

Uses of Dispatch in net.kldp.beat.web.aware
 

Methods in net.kldp.beat.web.aware with parameters of type Dispatch
 void ServletDispatcherAware.setServletDispatcher(Dispatch dispatcher)