Package org.apache.velocity.tools
Class Scope
- java.lang.Object
-
- org.apache.velocity.tools.Scope
-
public final class Scope extends Object
A specialized constants class to provide some compile-time typo checking and runtime validation for scopes specified in annotations, toolbox configs, etc.- Version:
- $Id: Toolbox.java 511959 2007-02-26 19:24:39Z nbubna $
- Author:
- Nathan Bubna
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidadd(String newScope)static booleanexists(String scope)static ScopegetInstance()static List<String>values()
-
-
-
Field Detail
-
REQUEST
public static final String REQUEST
- See Also:
- Constant Field Values
-
SESSION
public static final String SESSION
- See Also:
- Constant Field Values
-
APPLICATION
public static final String APPLICATION
- See Also:
- Constant Field Values
-
-