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()FlashApp.ctx()abstract FlashContextFlashRegistrar.ctx()Returns theFlashContextfor this registrar.FlashScope.ctx()Methods in dev.relism.flash.extension with parameters of type FlashContextModifier and TypeMethodDescriptionvoidFlashExtension.configure(FlashRegistrar<?> app, FlashContext ctx) Declares this extension's contribution.FlashContext.ServiceFactory.create(FlashContext services) -
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.