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(Class c)
           
 MetaClass WebApp.getMetaClass(Klass<?> c)
           
 MetaClass WebApp.getMetaClass(Object o)
          Obtains a MetaClass that represents the type of the given object.
 

Methods in org.kohsuke.stapler with parameters of type MetaClass
 void Facet.buildFallbackDispatchers(MetaClass owner, List<Dispatcher> dispatchers)
          Adds Dispatchers that do catch-all behaviours like "doDispatch" does.
 void StaticViewFacet.buildViewDispatchers(MetaClass owner, List<Dispatcher> dispatchers)
           
abstract  void Facet.buildViewDispatchers(MetaClass owner, List<Dispatcher> dispatchers)
          Adds Dispatchers that look at one token and binds that to the views associated with the 'it' object.
 boolean StaticViewFacet.handleIndexRequest(RequestImpl req, ResponseImpl rsp, Object node, MetaClass nodeMetaClass)
           
abstract  boolean Facet.handleIndexRequest(RequestImpl req, ResponseImpl rsp, 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, Class<CLT> cltClass)
           
 



Copyright © 2013. All Rights Reserved.