Uses of Class
org.kohsuke.stapler.MetaClass
-
Uses of MetaClass in org.kohsuke.stapler
Modifier and TypeFieldDescriptionfinal MetaClass
MetaClass.baseClass
Base metaclass.protected final MetaClass
AbstractTearOff.owner
Modifier and TypeMethodDescriptionWebApp.getMetaClass
(Class c) WebApp.getMetaClass
(Object o) Obtains aMetaClass
that represents the type of the given object.WebApp.getMetaClass
(Klass<?> c) Modifier and TypeMethodDescriptionvoid
DispatchersFilter.applyOn
(MetaClass metaClass, FunctionList methods, List<Dispatcher> dispatcherList) void
Facet.buildFallbackDispatchers
(MetaClass owner, List<Dispatcher> dispatchers) AddsDispatcher
s that do catch-all behaviours like "doDispatch" does.void
Facet.buildIndexDispatchers
(MetaClass owner, List<Dispatcher> dispatchers) AddsDispatcher
s that serves the likes ofindex.EXT
The default implementation invokesFacet.handleIndexRequest(RequestImpl, ResponseImpl, Object, MetaClass)
but facet implementations can improve runtime dispatch performance by testing the presence of index view page upfront.void
StaticViewFacet.buildIndexDispatchers
(MetaClass owner, List<Dispatcher> dispatchers) abstract void
Facet.buildViewDispatchers
(MetaClass owner, List<Dispatcher> dispatchers) AddsDispatcher
s that look at one token and binds that to the views associated with the 'it' object.void
StaticViewFacet.buildViewDispatchers
(MetaClass owner, List<Dispatcher> dispatchers) 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.boolean
StaticViewFacet.handleIndexRequest
(RequestImpl req, ResponseImpl rsp, Object node, MetaClass nodeMetaClass)