Weaver 3.1.0a1-D1

Uses of Class
com.oldlight.weaver.context.WeaverAttributeScope

Packages that use WeaverAttributeScope
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 WeaverAttributeScope in com.oldlight.weaver.context
 

Fields in com.oldlight.weaver.context declared as WeaverAttributeScope
static WeaverAttributeScope WeaverAttributeScope.APPLICATION_SCOPE
           
static WeaverAttributeScope WeaverAttributeScope.SERVLET_SCOPE
           
static WeaverAttributeScope WeaverAttributeScope.SESSION_SCOPE
           
static WeaverAttributeScope WeaverAttributeScope.REQUEST_SCOPE
           
static WeaverAttributeScope WeaverAttributeScope.LOCAL_SCOPE
           
static WeaverAttributeScope WeaverAttributeScope.BEAN_SCOPE
           
 

Methods in com.oldlight.weaver.context with parameters of type WeaverAttributeScope
 Object WeaverExecutionContext.getAttribute(String name, WeaverAttributeScope scope)
          Gets a named attribute from a named scope.
 void WeaverExecutionContext.setAttribute(String name, WeaverAttributeScope scope, Object value)
          Sets the value of a named attribute in a named scope.
 void WeaverExecutionContext.removeAttribute(String name, WeaverAttributeScope scope)
          Removes a named attribute from a named scope.
 

Uses of WeaverAttributeScope in com.oldlight.weaver.interpreter
 

Methods in com.oldlight.weaver.interpreter with parameters of type WeaverAttributeScope
 Object WeaverExecutionContextImpl.getAttribute(String name, WeaverAttributeScope scope)
          Gets a named attribute from a named scope.
 void WeaverExecutionContextImpl.setAttribute(String name, WeaverAttributeScope scope, Object value)
          Sets the value of a named attribute in a named scope.
 void WeaverExecutionContextImpl.removeAttribute(String name, WeaverAttributeScope scope)
          Remove a named attribute from a named scope.
 


Copyright ©Paul Harvey