Uses of Class
org.javalite.activeweb.AppContext
Packages that use AppContext
-
Uses of AppContext in org.javalite.activeweb
Methods in org.javalite.activeweb that return AppContextModifier and TypeMethodDescriptiondefault AppContext
RequestAccess.appContext()
Returns instance ofAppContext
.AppIntegrationSpec.getContext()
Returns instance ofAppContext
RequestDispatcher.getContext()
Methods in org.javalite.activeweb with parameters of type AppContextModifier and TypeMethodDescriptionvoid
Bootstrap.destroy(AppContext context)
Called when application is destroyed (un-deployed).abstract void
Bootstrap.init(AppContext context)
Called when application bootstraps.void
InitConfig.init(AppContext appContext)
protected void
RequestDispatcher.initApp(AppContext context)