Uses of Class
dev.relism.flash.extension.FlashContext
Packages that use FlashContext
-
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.