Uses of Class
org.kohsuke.stapler.MetaClass

Packages that use MetaClass
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 MetaClass in org.kohsuke.stapler
 

Fields in org.kohsuke.stapler declared as MetaClass
 MetaClass MetaClass.baseClass
          Base metaclass.
protected  MetaClass AbstractTearOff.owner
           
 

Methods in org.kohsuke.stapler that return MetaClass
 MetaClass WebApp.getMetaClass(java.lang.Class c)
           
 

Methods in org.kohsuke.stapler with parameters of type MetaClass
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.
abstract  boolean Facet.handleIndexRequest(RequestImpl req, ResponseImpl rsp, java.lang.Object node, MetaClass nodeMetaClass)
          Attempts to route the HTTP request to the 'index' page of the 'it' object.
 

Constructors in org.kohsuke.stapler with parameters of type MetaClass
AbstractTearOff(MetaClass owner, java.lang.Class<CLT> cltClass)
           
 

Uses of MetaClass in org.kohsuke.stapler.jelly
 

Methods in org.kohsuke.stapler.jelly with parameters of type MetaClass
 void JellyFacet.buildViewDispatchers(MetaClass owner, java.util.List<Dispatcher> dispatchers)
           
 boolean JellyFacet.handleIndexRequest(RequestImpl req, ResponseImpl rsp, java.lang.Object node, MetaClass nodeMetaClass)
           
 

Constructors in org.kohsuke.stapler.jelly with parameters of type MetaClass
JellyClassTearOff(MetaClass owner)
           
 

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

Methods in org.kohsuke.stapler.jelly.groovy with parameters of type MetaClass
 void GroovyFacet.buildViewDispatchers(MetaClass owner, java.util.List<Dispatcher> dispatchers)
           
 boolean GroovyFacet.handleIndexRequest(RequestImpl req, ResponseImpl rsp, java.lang.Object node, MetaClass nodeMetaClass)
           
 

Constructors in org.kohsuke.stapler.jelly.groovy with parameters of type MetaClass
GroovyClassTearOff(MetaClass owner)
           
 

Uses of MetaClass in org.kohsuke.stapler.jsp
 

Methods in org.kohsuke.stapler.jsp with parameters of type MetaClass
 void JSPFacet.buildViewDispatchers(MetaClass owner, java.util.List<Dispatcher> dispatchers)
           
 boolean JSPFacet.handleIndexRequest(RequestImpl req, ResponseImpl rsp, java.lang.Object node, MetaClass nodeMetaClass)
           
 



Copyright © 2011. All Rights Reserved.