Class PageAnnotationHandler.Registry

java.lang.Object
com.mastfrog.acteur.preconditions.PageAnnotationHandler.Registry
Enclosing class:
PageAnnotationHandler

public static final class PageAnnotationHandler.Registry extends Object
Registry of PageAnnotationHandlers
  • Constructor Details

    • Registry

      @Inject public Registry()
  • Method Details

    • processAnnotations

      public <T extends Page> boolean processAnnotations(T page, List<? super Acteur> addTo)
    • hasAnnotations

      public <T extends Page> boolean hasAnnotations(T page)
    • register

      public void register(PageAnnotationHandler handler)
    • types

      public Set<Class<? extends Annotation>> types()