com.oldlight.weaver.context
Class WeaverAttributeScope
java.lang.Object
com.oldlight.weaver.context.WeaverAttributeScope
- public class WeaverAttributeScope
- extends Object
Constant values used to refer to attribute scopes.
- Author:
- Paul Harvey
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
WeaverAttributeScope
public WeaverAttributeScope()