Uses of Interface
org.jgrapes.core.HandlerScope
Packages that use HandlerScope
Package
Description
Defines the interfaces and classes that provide
the core functionality of the JGrapes event driven component framework.
Annotations used by the library.
Classes implementing the public API of the library.
Adds a special annotation for methods that handle
HTTP request events.
-
Uses of HandlerScope in org.jgrapes.core
Methods in org.jgrapes.core with parameters of type HandlerScopeModifier and TypeMethodDescriptionvoid
Manager.addHandler
(Method method, HandlerScope scope, int priority) Adds a handler for the given method with the given scope and priority. -
Uses of HandlerScope in org.jgrapes.core.annotation
Methods in org.jgrapes.core.annotation that return HandlerScopeModifier and TypeMethodDescriptionHandler.Evaluator.scope
(ComponentType component, Method method, HandlerDefinition.ChannelReplacements channelReplacements) HandlerDefinition.Evaluator.scope
(ComponentType component, Method method, HandlerDefinition.ChannelReplacements channelReplacements) Returns the information about the events and channels handled by the handler that annotates the given method of the given comonent as aHandlerScope
object. -
Uses of HandlerScope in org.jgrapes.core.internal
Methods in org.jgrapes.core.internal with parameters of type HandlerScopeModifier and TypeMethodDescriptionvoid
ComponentVertex.addHandler
(Method method, HandlerScope scope, int priority) -
Uses of HandlerScope in org.jgrapes.http.annotation
Classes in org.jgrapes.http.annotation that implement HandlerScopeModifier and TypeClassDescriptionstatic class
The scope implementation.Methods in org.jgrapes.http.annotation that return HandlerScopeModifier and TypeMethodDescriptionRequestHandler.Evaluator.scope
(ComponentType component, Method method, HandlerDefinition.ChannelReplacements channelReplacements)