public static enum ActionContext.State extends java.lang.Enum<ActionContext.State>
Enum Constant and Description |
---|
CREATED |
DESTROYED |
HANDLING |
INTERCEPTING |
SESSION_DISSOLVED |
SESSION_RESOLVED |
Modifier and Type | Method and Description |
---|---|
boolean |
isHandling() |
boolean |
isIntercepting() |
static ActionContext.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActionContext.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionContext.State CREATED
public static final ActionContext.State SESSION_RESOLVED
public static final ActionContext.State SESSION_DISSOLVED
public static final ActionContext.State INTERCEPTING
public static final ActionContext.State HANDLING
public static final ActionContext.State DESTROYED
public static ActionContext.State[] values()
for (ActionContext.State c : ActionContext.State.values()) System.out.println(c);
public static ActionContext.State valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isHandling()
public boolean isIntercepting()
Copyright © 2014–2017 ActFramework. All rights reserved.