Package com.mastfrog.acteur
Class BuiltInPageAnnotationHandler
java.lang.Object
com.mastfrog.acteur.preconditions.PageAnnotationHandler
com.mastfrog.acteur.BuiltInPageAnnotationHandler
Processes the page annotations in com.mastfrog.acteur.preconditions and adds
acteurs to the list appropriately. Do not use directly.
- Author:
- Tim Boudreau
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mastfrog.acteur.preconditions.PageAnnotationHandler
PageAnnotationHandler.Registry -
Method Summary
Modifier and TypeMethodDescription<T extends Page>
booleanprocessAnnotations(T page, List<? super Acteur> acteurs) Methods inherited from class com.mastfrog.acteur.preconditions.PageAnnotationHandler
types
-
Method Details
-
processAnnotations
- Specified by:
processAnnotationsin classPageAnnotationHandler
-