public class PhaseId
extends java.lang.Object
implements java.lang.Comparable
| Modifier and Type | Field and Description |
|---|---|
static PhaseId |
ANY_PHASE |
static PhaseId |
APPLY_REQUEST_VALUES |
static PhaseId |
INVOKE_APPLICATION |
static PhaseId |
PROCESS_VALIDATIONS |
static PhaseId |
RENDER_RESPONSE |
static PhaseId |
RESTORE_VIEW |
static PhaseId |
UPDATE_MODEL_VALUES |
static java.util.List |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object other) |
int |
getOrdinal() |
java.lang.String |
toString() |
public static final PhaseId ANY_PHASE
public static final PhaseId APPLY_REQUEST_VALUES
public static final PhaseId INVOKE_APPLICATION
public static final PhaseId PROCESS_VALIDATIONS
public static final PhaseId RENDER_RESPONSE
public static final PhaseId RESTORE_VIEW
public static final PhaseId UPDATE_MODEL_VALUES
public static final java.util.List VALUES