public static enum ScopeAttributeMacro.Scope extends Enum<ScopeAttributeMacro.Scope>
Enum Constant and Description |
---|
REQUEST |
SERVLET_CONTEXT |
SESSION |
Modifier and Type | Method and Description |
---|---|
static ScopeAttributeMacro.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeAttributeMacro.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScopeAttributeMacro.Scope SERVLET_CONTEXT
public static final ScopeAttributeMacro.Scope SESSION
public static final ScopeAttributeMacro.Scope REQUEST
public static ScopeAttributeMacro.Scope[] values()
for (ScopeAttributeMacro.Scope c : ScopeAttributeMacro.Scope.values()) System.out.println(c);
public static ScopeAttributeMacro.Scope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023 CrafterCMS. All rights reserved.