Uses of Interface
org.jgrapes.core.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
ComponentVertex.addHandler
(Method method, HandlerScope scope, int priority) -
Uses of HandlerScope in org.jgrapes.http.annotation
Modifier and TypeClassDescriptionstatic class
The scope implementation.Modifier and TypeMethodDescriptionRequestHandler.Evaluator.scope
(ComponentType component, Method method, HandlerDefinition.ChannelReplacements channelReplacements)