Weaver 3.1.0a1-D1

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

Packages that use WeaverBeanContext
com.oldlight.weaver.context The context package is the API that you use in your W-Beans to interact with Weaver. 
com.oldlight.weaver.interpreter   
 

Uses of WeaverBeanContext in com.oldlight.weaver.context
 

Methods in com.oldlight.weaver.context that return WeaverBeanContext
 WeaverBeanContext WeaverExecutionContext.getBeanContext()
          Gets the current bean context.
 

Uses of WeaverBeanContext in com.oldlight.weaver.interpreter
 

Classes in com.oldlight.weaver.interpreter that implement WeaverBeanContext
 class WeaverBeanContextImpl
          Stores values supplied to W-Beans via the param tag
 

Methods in com.oldlight.weaver.interpreter that return WeaverBeanContext
 WeaverBeanContext WeaverExecutionContextImpl.getBeanContext()
          Get the current bean context.
 


Copyright ©Paul Harvey