Class PageAnnotationHandler.Registry
java.lang.Object
com.mastfrog.acteur.preconditions.PageAnnotationHandler.Registry
- Enclosing class:
- PageAnnotationHandler
Registry of PageAnnotationHandlers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Page>
booleanhasAnnotations(T page) <T extends Page>
booleanprocessAnnotations(T page, List<? super Acteur> addTo) voidregister(PageAnnotationHandler handler) Set<Class<? extends Annotation>>types()
-
Constructor Details
-
Registry
@Inject public Registry()
-
-
Method Details
-
processAnnotations
-
hasAnnotations
-
register
-
types
-