|
Weaver 3.1.0a1-D1 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeaverApplicationContext | |
com.oldlight.weaver.context | The context package is the API that you use in your W-Beans to interact with Weaver. |
com.oldlight.weaver.functions | |
com.oldlight.weaver.interpreter |
Uses of WeaverApplicationContext in com.oldlight.weaver.context |
Methods in com.oldlight.weaver.context that return WeaverApplicationContext | |
WeaverApplicationContext |
WeaverExecutionContext.getApplicationContext()
Gets the application context. |
Uses of WeaverApplicationContext in com.oldlight.weaver.functions |
Methods in com.oldlight.weaver.functions with parameters of type WeaverApplicationContext | |
static String |
Functions.getConfigValue(WeaverApplicationContext context,
String name)
|
Uses of WeaverApplicationContext in com.oldlight.weaver.interpreter |
Classes in com.oldlight.weaver.interpreter that implement WeaverApplicationContext | |
class |
WeaverApplicationContextImpl
Storage of application scoped (context wide) values. |
Methods in com.oldlight.weaver.interpreter that return WeaverApplicationContext | |
static WeaverApplicationContext |
WeaverInterpreterHelper.initialiseApplication(ServletContext servletContext,
Properties properties)
|
WeaverApplicationContext |
WeaverExecutionContextImpl.getApplicationContext()
Get the application context. |
Methods in com.oldlight.weaver.interpreter with parameters of type WeaverApplicationContext | |
static WeaverServletContextImpl |
WeaverInterpreterHelper.initialiseServlet(WeaverApplicationContext applicationContext,
WeaverApplication application,
ServletConfig servletConfig,
Properties properties)
|
|
Copyright ©Paul Harvey | ||||||||||
PREV NEXT | FRAMES NO FRAMES |