Class GenericApplication

java.lang.Object
com.mastfrog.acteur.Application
com.mastfrog.acteur.annotations.GenericApplication
All Implemented Interfaces:
Iterable<Page>

public class GenericApplication extends Application
An application which looks up its pages using registry files on the classpath, generated by an annotation processor which processes @HttpCall annotations.
Author:
Tim Boudreau
  • Constructor Details

    • GenericApplication

      public GenericApplication(boolean withHelp)
    • GenericApplication

      public GenericApplication()
    • GenericApplication

      public GenericApplication(Class<?>... excludePages)
    • GenericApplication

      @Inject public GenericApplication(GenericApplication.GenericApplicationSettings settings, Set<Class<?>> excludePages)