Uses of Class
org.kohsuke.stapler.MetaClass

Packages that use MetaClass
org.kohsuke.stapler Stapler URL->Object mapping framework. 
 

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)
           
 



Copyright © 2010. All Rights Reserved.