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