Uses of Class
org.kohsuke.stapler.Dispatcher
Packages that use Dispatcher
-
Uses of Dispatcher in org.kohsuke.stapler
Subclasses of Dispatcher in org.kohsuke.staplerFields in org.kohsuke.stapler with type parameters of type DispatcherMethods in org.kohsuke.stapler that return DispatcherModifier and TypeMethodDescriptionprotected <S> DispatcherFacet.createValidatingDispatcher(AbstractTearOff<?, ? extends S, ?> scriptLoader, ScriptExecutor<? super S> scriptExecutor) Creates a Dispatcher that integratesDispatchValidatorwith the provided script loader and executor.Method parameters in org.kohsuke.stapler with type arguments of type DispatcherModifier and TypeMethodDescriptionvoidDispatchersFilter.applyOn(MetaClass metaClass, FunctionList methods, List<Dispatcher> dispatcherList) voidFacet.buildFallbackDispatchers(MetaClass owner, List<Dispatcher> dispatchers) AddsDispatchers that do catch-all behaviours like "doDispatch" does.voidFacet.buildIndexDispatchers(MetaClass owner, List<Dispatcher> dispatchers) AddsDispatchers that serves the likes ofindex.EXTThe 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.voidStaticViewFacet.buildIndexDispatchers(MetaClass owner, List<Dispatcher> dispatchers) abstract voidFacet.buildViewDispatchers(MetaClass owner, List<Dispatcher> dispatchers) AddsDispatchers that look at one token and binds that to the views associated with the 'it' object.voidStaticViewFacet.buildViewDispatchers(MetaClass owner, List<Dispatcher> dispatchers)