Weaver 3.1.0a1-D1

com.oldlight.weaver.context
Class WeaverAttributeScope

java.lang.Object
  extended bycom.oldlight.weaver.context.WeaverAttributeScope

public class WeaverAttributeScope
extends Object

Constant values used to refer to attribute scopes.

Author:
Paul Harvey

Field Summary
static WeaverAttributeScope APPLICATION_SCOPE
           
static WeaverAttributeScope BEAN_SCOPE
           
static WeaverAttributeScope LOCAL_SCOPE
           
static WeaverAttributeScope REQUEST_SCOPE
           
static WeaverAttributeScope SERVLET_SCOPE
           
static WeaverAttributeScope SESSION_SCOPE
           
 
Constructor Summary
WeaverAttributeScope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APPLICATION_SCOPE

public static final WeaverAttributeScope APPLICATION_SCOPE

SERVLET_SCOPE

public static final WeaverAttributeScope SERVLET_SCOPE

SESSION_SCOPE

public static final WeaverAttributeScope SESSION_SCOPE

REQUEST_SCOPE

public static final WeaverAttributeScope REQUEST_SCOPE

LOCAL_SCOPE

public static final WeaverAttributeScope LOCAL_SCOPE

BEAN_SCOPE

public static final WeaverAttributeScope BEAN_SCOPE
Constructor Detail

WeaverAttributeScope

public WeaverAttributeScope()

Copyright ©Paul Harvey