public static enum URLAction.PhaseId extends Enum<URLAction.PhaseId>
For use with URLAction.phaseId()
| Enum Constant and Description |
|---|
ANY_PHASE |
APPLY_REQUEST_VALUES |
INVOKE_APPLICATION |
PROCESS_VALIDATIONS |
RENDER_RESPONSE |
RESTORE_VIEW |
UPDATE_MODEL_VALUES |
| Modifier and Type | Method and Description |
|---|---|
static URLAction.PhaseId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static URLAction.PhaseId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final URLAction.PhaseId ANY_PHASE
public static final URLAction.PhaseId RESTORE_VIEW
public static final URLAction.PhaseId APPLY_REQUEST_VALUES
public static final URLAction.PhaseId PROCESS_VALIDATIONS
public static final URLAction.PhaseId UPDATE_MODEL_VALUES
public static final URLAction.PhaseId INVOKE_APPLICATION
public static final URLAction.PhaseId RENDER_RESPONSE
public static URLAction.PhaseId[] values()
for (URLAction.PhaseId c : URLAction.PhaseId.values()) System.out.println(c);
public static URLAction.PhaseId 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 © 2014 OCPsoft. All Rights Reserved.