Package | Description |
---|---|
org.javalite.activeweb |
ActiveWeb - the agile java framework
|
org.javalite.activeweb.freemarker |
Freemarker Tags, see Views.
|
Modifier and Type | Method and Description |
---|---|
protected AppContext |
HttpSupport.appContext()
Returns instance of
AppContext . |
static AppContext |
RequestUtils.appContext()
Returns instance of
AppContext . |
AppContext |
AppIntegrationSpec.getContext()
Returns instance of
AppContext |
AppContext |
RequestDispatcher.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
Bootstrap.destroy(AppContext context)
Called when application is destroyed (un-deployed).
|
abstract void |
Bootstrap.init(AppContext context)
Called when application is bootstraps.
|
void |
InitConfig.init(AppContext appContext) |
protected void |
RequestDispatcher.initApp(AppContext context) |
Modifier and Type | Method and Description |
---|---|
protected AppContext |
FreeMarkerTag.appContext()
Returns instance of
AppContext . |
Copyright © 2019 JavaLite. All rights reserved.