Weaver 3.1.0a1-D1

Uses of Interface
com.oldlight.weaver.context.WeaverServletContext

Packages that use WeaverServletContext
com.oldlight.weaver.admin.beans   
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 WeaverServletContext in com.oldlight.weaver.admin.beans
 

Constructors in com.oldlight.weaver.admin.beans with parameters of type WeaverServletContext
ApplicationsBean.ApplicationDetailsBean(WeaverServletContext context)
           
 

Uses of WeaverServletContext in com.oldlight.weaver.context
 

Methods in com.oldlight.weaver.context that return WeaverServletContext
 WeaverServletContext WeaverExecutionContext.getServletContext()
          Gets the servlet context.
 

Uses of WeaverServletContext in com.oldlight.weaver.functions
 

Methods in com.oldlight.weaver.functions with parameters of type WeaverServletContext
static String Functions.getConfigValue(WeaverServletContext context, String name)
           
 

Uses of WeaverServletContext in com.oldlight.weaver.interpreter
 

Classes in com.oldlight.weaver.interpreter that implement WeaverServletContext
 class WeaverServletContextImpl
          Representation of the servlet.
 

Methods in com.oldlight.weaver.interpreter that return WeaverServletContext
 WeaverServletContext WeaverExecutionContextImpl.getServletContext()
          Get the servlet context.
 


Copyright ©Paul Harvey