|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
Methods in org.kohsuke.stapler with parameters of type MetaClass | |
---|---|
abstract void |
Facet.buildViewDispatchers(MetaClass owner,
List<Dispatcher> dispatchers)
Adds Dispatcher s that look at one token and binds that
to the views associated with the 'it' object. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |