Uses of Interface
org.jgrapes.core.annotation.HandlerDefinition.Evaluator
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.Evaluator in org.jgrapes.core.annotation
Modifier and TypeClassDescriptionstatic class
This class provides theHandler.Evaluator
for theHandler
annotation provided by the core package. -
Uses of HandlerDefinition.Evaluator in org.jgrapes.core.internal
Modifier and TypeMethodDescriptionstatic HandlerDefinition.Evaluator
CoreUtils.definitionEvaluator
(HandlerDefinition hda) Create a new definition evaluator. -
Uses of HandlerDefinition.Evaluator in org.jgrapes.http.annotation
Modifier and TypeClassDescriptionstatic class
This class provides theRequestHandler.Evaluator
for theRequestHandler
annotation.