Uses of Annotation Interface
org.jgrapes.core.annotation.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
Modifier and TypeClassDescription@interface
This is the basic, general purpose handler annotation provided as part of the core package. -
Uses of HandlerDefinition in org.jgrapes.core.internal
Modifier and TypeMethodDescriptionstatic HandlerDefinition.Evaluator
CoreUtils.definitionEvaluator
(HandlerDefinition hda) Create a new definition evaluator. -
Uses of HandlerDefinition in org.jgrapes.http.annotation
Modifier and TypeClassDescription@interface
This annotation marks a method as handler for events.