Uses of Class
com.mastfrog.acteur.Application
Packages that use Application
Package
Description
Acteur
-
Uses of Application in com.mastfrog.acteur
Methods in com.mastfrog.acteur that return ApplicationMethods in com.mastfrog.acteur with parameters of type ApplicationModifier and TypeMethodDescriptionprotected final voidHelpGenerator.AnnotationDescriptionPlugin.introspectAnnotation(Application application, Annotation a, Map<String, Object> into) Introspect, continuing the help mechanism, an annotation found when examining the annotation passed towrite()(but must not be the annotation passed there).voidResponseDecorator.onBeforeSendResponse(Application application, io.netty.handler.codec.http.HttpResponseStatus status, Event<?> event, Response response, Acteur acteur, Page page) protected final StringHelpGenerator.AnnotationDescriptionPlugin.reflectAndJsonify(Application application, String field, Class<?> type) Used for examples - looks up the given static field by reflection and returns an html-ized JSONified view of its contents.protected abstract voidHelpGenerator.AnnotationDescriptionPlugin.write(Application application, Map<String, Object> addTo, T anno) Add key/value pairs to the passed map, describing this annotation, for the JSON help description. -
Uses of Application in com.mastfrog.acteur.annotations
Subclasses of Application in com.mastfrog.acteur.annotationsModifier and TypeClassDescriptionclassAn application which looks up its pages using registry files on the classpath, generated by an annotation processor which processes @HttpCall annotations. -
Uses of Application in com.mastfrog.acteur.server
Classes in com.mastfrog.acteur.server with type parameters of type ApplicationModifier and TypeClassDescriptionclassServerModule<A extends Application>Guice module for creating a server; also defines settings keys which can affect behavior.Methods in com.mastfrog.acteur.server with parameters of type ApplicationModifier and TypeMethodDescriptionprotected abstract voidServerLifecycleHook.onStartup(Application application, io.netty.channel.Channel channel) Called when the first server channel (socket) is opened.Method parameters in com.mastfrog.acteur.server with type arguments of type ApplicationModifier and TypeMethodDescriptionServerBuilder.applicationClass(Class<? extends Application> type) Set the class of the application.