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.
版本:
$Id: Toolbox.java 511959 2007-02-26 19:24:39Z nbubna $
作者:
Nathan Bubna
字段概要
字段
private static final Scope
方法概要
所有方法 静态方法 具体方法
static final void
static final boolean
从类继承的方法 java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
字段详细资料
REQUEST
public static final String REQUEST
另请参阅:
SESSION
public static final String SESSION
另请参阅:
APPLICATION
public static final String APPLICATION
另请参阅:
INSTANCE
private static final Scope INSTANCE
方法详细资料
getInstance
public static final Scope getInstance ()
add
public static final void add (String newScope)
exists
public static final boolean exists (String scope)