Uses of Class
org.kohsuke.stapler.Dispatcher

Packages that use Dispatcher
org.kohsuke.stapler Stapler URL->Object mapping framework. 
org.kohsuke.stapler.jelly Optional Jelly support, to write views in Jelly. 
org.kohsuke.stapler.jelly.groovy   
org.kohsuke.stapler.jsp   
 

Uses of Dispatcher in org.kohsuke.stapler
 

Fields in org.kohsuke.stapler with type parameters of type Dispatcher
 java.util.List<Dispatcher> MetaClass.dispatchers
           
 

Method parameters in org.kohsuke.stapler with type arguments of type Dispatcher
 void Facet.buildFallbackDispatchers(MetaClass owner, java.util.List<Dispatcher> dispatchers)
          Adds Dispatchers that do catch-all behaviours like "doDispatch" does.
abstract  void Facet.buildViewDispatchers(MetaClass owner, java.util.List<Dispatcher> dispatchers)
          Adds Dispatchers that look at one token and binds that to the views associated with the 'it' object.
 

Uses of Dispatcher in org.kohsuke.stapler.jelly
 

Method parameters in org.kohsuke.stapler.jelly with type arguments of type Dispatcher
 void JellyFacet.buildViewDispatchers(MetaClass owner, java.util.List<Dispatcher> dispatchers)
           
 

Uses of Dispatcher in org.kohsuke.stapler.jelly.groovy
 

Method parameters in org.kohsuke.stapler.jelly.groovy with type arguments of type Dispatcher
 void GroovyFacet.buildViewDispatchers(MetaClass owner, java.util.List<Dispatcher> dispatchers)
           
 

Uses of Dispatcher in org.kohsuke.stapler.jsp
 

Method parameters in org.kohsuke.stapler.jsp with type arguments of type Dispatcher
 void JSPFacet.buildViewDispatchers(MetaClass owner, java.util.List<Dispatcher> dispatchers)
           
 



Copyright © 2012. All Rights Reserved.