Uses of Annotation Interface
org.jgrapes.core.annotation.HandlerDefinition
Packages that use HandlerDefinition
Package
Description
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 HandlerDefinition in org.jgrapes.core.annotation
Classes in org.jgrapes.core.annotation with annotations of type HandlerDefinitionModifier and TypeClassDescription@interfaceThis is the basic, general purpose handler annotation provided as part of the core package. -
Uses of HandlerDefinition in org.jgrapes.core.internal
Methods in org.jgrapes.core.internal with parameters of type HandlerDefinitionModifier and TypeMethodDescriptionstatic HandlerDefinition.EvaluatorCoreUtils.definitionEvaluator(HandlerDefinition hda) Create a new definition evaluator. -
Uses of HandlerDefinition in org.jgrapes.http.annotation
Classes in org.jgrapes.http.annotation with annotations of type HandlerDefinitionModifier and TypeClassDescription@interfaceThis annotation marks a method as handler for events.