Uses of Class
dev.relism.flash.extension.FlashContext
Packages that use FlashContext
Package
Description
-
Uses of FlashContext in dev.relism.flash.ext.data
Methods in dev.relism.flash.ext.data with parameters of type FlashContext -
Uses of FlashContext in dev.relism.flash.ext.jackson
Methods in dev.relism.flash.ext.jackson with parameters of type FlashContext -
Uses of FlashContext in dev.relism.flash.ext.limiter
Methods in dev.relism.flash.ext.limiter with parameters of type FlashContextModifier and TypeMethodDescriptionvoidLimiterExtension.provide(FlashContext ctx) voidLimiterExtension.routes(FlashRegistrar<?> app, FlashContext ctx) -
Uses of FlashContext in dev.relism.flash.ext.oidc
Methods in dev.relism.flash.ext.oidc with parameters of type FlashContextModifier and TypeMethodDescriptionvoidOidcExtension.provide(FlashContext ctx) voidOidcExtension.routes(FlashRegistrar<?> app, FlashContext ctx) -
Uses of FlashContext in dev.relism.flash.ext.openapi
Methods in dev.relism.flash.ext.openapi with parameters of type FlashContextModifier and TypeMethodDescriptionvoidOpenApiExtension.provide(FlashContext ctx) voidOpenApiExtension.routes(FlashRegistrar<?> app, FlashContext ctx) -
Uses of FlashContext in dev.relism.flash.ext.routeviewer
Methods in dev.relism.flash.ext.routeviewer with parameters of type FlashContextModifier and TypeMethodDescriptionvoidRouteViewerExtension.provide(FlashContext ctx) voidRouteViewerExtension.routes(FlashRegistrar<?> app, FlashContext ctx) -
Uses of FlashContext in dev.relism.flash.ext.view.core
Methods in dev.relism.flash.ext.view.core with parameters of type FlashContext -
Uses of FlashContext in dev.relism.flash.ext.view.jte
Methods in dev.relism.flash.ext.view.jte with parameters of type FlashContextModifier and TypeMethodDescriptionvoidJteExtension.routes(FlashRegistrar<?> app, FlashContext ctx) -
Uses of FlashContext in dev.relism.flash.ext.webbundler
Methods in dev.relism.flash.ext.webbundler with parameters of type FlashContextModifier and TypeMethodDescriptionvoidWebBundlerExtension.provide(FlashContext ctx) voidWebBundlerExtension.routes(FlashRegistrar<?> app, FlashContext ctx) -
Uses of FlashContext in dev.relism.flash.extension
Methods in dev.relism.flash.extension that return FlashContextModifier and TypeMethodDescriptionFlashContext.child()Creates a child context that inherits this context's services and processors.FlashApp.ctx()abstract FlashContextFlashRegistrar.ctx()Returns theFlashContextfor this registrar.FlashScope.ctx()Methods in dev.relism.flash.extension with parameters of type FlashContextModifier and TypeMethodDescriptiondefault voidFlashExtension.provide(FlashContext ctx) Phase 1 — register services and processors.default voidFlashExtension.routes(FlashRegistrar<?> app, FlashContext ctx) Phase 2 — register routes. -
Uses of FlashContext in dev.relism.flash.models
Methods in dev.relism.flash.models with parameters of type FlashContextModifier and TypeMethodDescriptionfinal voidRequestHandler.bind(FlashContext ctx) Called once by the framework after instantiation, before the first request. -
Uses of FlashContext in dev.relism.flash.websocket
Methods in dev.relism.flash.websocket with parameters of type FlashContextModifier and TypeMethodDescriptionfinal voidWebSocketEndpoint.bind(FlashContext ctx) Called once by framework at boot.