Package com.mastfrog.acteur.annotations
Class GenericApplication
java.lang.Object
com.mastfrog.acteur.Application
com.mastfrog.acteur.annotations.GenericApplication
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
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionGenericApplication(boolean withHelp) GenericApplication(GenericApplication.GenericApplicationSettings settings, Set<Class<?>> excludePages) GenericApplication(Class<?>... excludePages) -
Method Summary
Methods inherited from class com.mastfrog.acteur.Application
add, add, create, createNotFoundResponse, decorateResponse, enableDefaultCorsHandling, getName, getRequestScope, hasEarlyPages, helpPageType, isDefaultCorsHandlingEnabled, isEarlyPageMatch, iterator, onAfterRespond, onBeforeEvent, onBeforeRespond, onBeforeSendResponse, onError, send404Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
GenericApplication
public GenericApplication(boolean withHelp) -
GenericApplication
public GenericApplication() -
GenericApplication
-
GenericApplication
@Inject public GenericApplication(GenericApplication.GenericApplicationSettings settings, Set<Class<?>> excludePages)
-