public static final Scope REQUEST_PARAM
public static final Scope SESSION_ATTRIBUTE
public static final Scope REQUEST_ATTRIBUTE
public static final Scope PAGECONTEXT_PAGE_SCOPE
public static final Scope PAGECONTEXT_REQUEST_SCOPE
public static final Scope PAGECONTEXT_SESSION_SCOPE
public static final Scope PAGECONTEXT_APPLICATION_SCOPE
public static final Scope MODEL_ATTRIBUTE
public static final Scope PATHVARIABLE
public static final Scope COOKIE
public static final Scope REQUEST_HEADER
public static final Scope REQUEST_BODY
public static final Scope PAGER_PARAM
public static final Scope MAP_PARAM
public static Scope[] values()
for (Scope c : Scope.values()) System.out.println(c);
public static Scope valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值