Uses of Class
com.blackrook.small.dispatch.DispatchComponent
Packages that use DispatchComponent
Package
Description
Contains component stuff related to the dispatcher.
Contains controller descriptors.
Contains filter descriptors.
-
Uses of DispatchComponent in com.blackrook.small.dispatch
Classes in com.blackrook.small.dispatch with type parameters of type DispatchComponentModifier and TypeClassDescriptionclass
DispatchEntryPoint<S extends DispatchComponent>
Entry method descriptor class. -
Uses of DispatchComponent in com.blackrook.small.dispatch.controller
Subclasses of DispatchComponent in com.blackrook.small.dispatch.controllerModifier and TypeClassDescriptionclass
Creates a controller profile to assist in re-calling controllers by path and methods. -
Uses of DispatchComponent in com.blackrook.small.dispatch.filter
Subclasses of DispatchComponent in com.blackrook.small.dispatch.filterModifier and TypeClassDescriptionclass
Creates a controller profile to assist in re-calling filters.