Uses of Class
com.blackrook.small.dispatch.DispatchEntryPoint
Packages that use DispatchEntryPoint
Package
Description
Contains component stuff related to the dispatcher.
Contains controller descriptors.
Contains filter descriptors.
-
Uses of DispatchEntryPoint in com.blackrook.small.dispatch
Methods in com.blackrook.small.dispatch that return DispatchEntryPointModifier and TypeMethodDescriptionDispatchComponent.getAttributeConstructor(String attribName) Gets a method on this object that constructs an attribute.DispatchComponent.getModelConstructor(String modelName) Gets a method on this object that constructs a model object. -
Uses of DispatchEntryPoint in com.blackrook.small.dispatch.controller
Subclasses of DispatchEntryPoint in com.blackrook.small.dispatch.controllerModifier and TypeClassDescriptionclassMethod descriptor class, specifically for controllers. -
Uses of DispatchEntryPoint in com.blackrook.small.dispatch.filter
Subclasses of DispatchEntryPoint in com.blackrook.small.dispatch.filterModifier and TypeClassDescriptionclassFilter entry method.classFilter exit method.