Uses of Class
com.mastfrog.acteur.Page
Packages that use Page
Package
Description
Acteur
-
Uses of Page in com.mastfrog.acteur
Fields in com.mastfrog.acteur declared as PageModifier and TypeFieldDescriptionprotected final PageActeur.BaseState.pageprotected final PageActeur.BaseState.pageprotected final PageState.pageMethods in com.mastfrog.acteur with type parameters of type PageModifier and TypeMethodDescription<T extends Page>
booleanBuiltInPageAnnotationHandler.processAnnotations(T page, List<? super Acteur> acteurs) Methods in com.mastfrog.acteur that return PageModifier and TypeMethodDescriptionfinal PageState.getLockedPage()Returns whether (and by which "page") the next event has to be processed prior to regular processing.Methods in com.mastfrog.acteur that return types with arguments of type PageModifier and TypeMethodDescriptionApplication.helpPageType()Get the type of the built in help page class, which uses Acteur.describeYourself() and annotations to generate a JSON description of all URLs the application responds toApplication.iterator()Get the set of page instances, constructing them dynamically.Methods in com.mastfrog.acteur with parameters of type PageModifier and TypeMethodDescriptionprotected final voiddefault voidCORSResponseDecorator.decorateApplicationResponse(io.netty.handler.codec.http.HttpResponse response, Page page) voidCORSResponseDecorator.decorateCorsPreflight(HttpEvent evt, Response resp, Page page) Adds headers to an acteur response.protected io.netty.handler.codec.http.HttpResponseApplication.decorateResponse(Event<?> event, Page page, Acteur action, io.netty.handler.codec.http.HttpResponse response) Deprecated.Use onBeforeSendResponse insteadprotected voidApplication.onAfterRespond(com.mastfrog.acteur.util.RequestID id, Event<?> event, Acteur acteur, Page page, State state, io.netty.handler.codec.http.HttpResponseStatus status, io.netty.handler.codec.http.HttpResponse resp) Override to do any post-response tasksprotected voidApplication.onBeforeSendResponse(io.netty.handler.codec.http.HttpResponseStatus status, Event<?> event, Response response, Acteur acteur, Page page) voidResponseDecorator.onBeforeSendResponse(Application application, io.netty.handler.codec.http.HttpResponseStatus status, Event<?> event, Response response, Acteur acteur, Page page) Method parameters in com.mastfrog.acteur with type arguments of type Page -
Uses of Page in com.mastfrog.acteur.annotations
Methods in com.mastfrog.acteur.annotations that return types with arguments of type Page -
Uses of Page in com.mastfrog.acteur.auth
Methods in com.mastfrog.acteur.auth with parameters of type PageModifier and TypeMethodDescriptionvoidAuthenticateBasicActeur.AuthenticationDecorator.onAuthenticationFailed(HttpEvent evt, Page page, Response response) Called when authetication failsevoidAuthenticateBasicActeur.AuthenticationDecorator.onAuthenticationSucceeded(HttpEvent evt, Page page, Response response, Object[] stuff) Called when authentication succeeds. -
Uses of Page in com.mastfrog.acteur.debug
Methods in com.mastfrog.acteur.debug with parameters of type PageModifier and TypeMethodDescriptionprotected voidHttpProbe.onActeurWasRun(com.mastfrog.acteur.util.RequestID id, HttpEvent evt, Page page, Acteur acteur, ActeurState result) default voidProbe.onActeurWasRun(com.mastfrog.acteur.util.RequestID id, Event<?> evt, Page page, Acteur acteur, ActeurState result) protected voidHttpProbe.onBeforeRunPage(com.mastfrog.acteur.util.RequestID id, HttpEvent evt, Page page) default voidProbe.onBeforeRunPage(com.mastfrog.acteur.util.RequestID id, Event<?> evt, Page page) -
Uses of Page in com.mastfrog.acteur.errors
Methods in com.mastfrog.acteur.errors with parameters of type Page -
Uses of Page in com.mastfrog.acteur.preconditions
Methods in com.mastfrog.acteur.preconditions with type parameters of type PageModifier and TypeMethodDescription<T extends Page>
booleanPageAnnotationHandler.Registry.hasAnnotations(T page) abstract <T extends Page>
booleanPageAnnotationHandler.processAnnotations(T page, List<? super Acteur> addTo) <T extends Page>
booleanPageAnnotationHandler.Registry.processAnnotations(T page, List<? super Acteur> addTo) -
Uses of Page in com.mastfrog.acteur.websocket
Fields in com.mastfrog.acteur.websocket with type parameters of type PageModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<Page>WebSocketUpgradeActeur.PAGE_KEYConstructors in com.mastfrog.acteur.websocket with parameters of type PageModifierConstructorDescriptionprotectedWebSocketUpgradeActeur(HttpEvent evt, PathFactory paths, com.mastfrog.settings.Settings settings, Page page, Deferral defer, Chain chain, ApplicationControl ctrl, OnWebsocketConnect onConnect)