public class JSFLifecycle
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
APPLY_INPUT_VALUES_ID
id of the APPLY_INPUT_VALUES phase.
|
static int |
INIT_CONTEXT_ID
id of the INIT_CONTEXT phase.
|
static int |
JSF_APPLY_REQUEST_VALUES_ID
id of the JSF_APPLY_REQUEST_VALUES phase.
|
static int |
JSF_INVOKE_APPLICATION_ID
id of the JSF_INVOKE_APPLICATION phase.
|
static int |
JSF_PROCESS_VALIDATIONS_ID
id of the JSF_PROCESS_VALIDATIONS phase.
|
static int |
JSF_RENDER_RESPONSE_ID
id of the JSF_RENDER_RESPONSE phase.
|
static int |
JSF_RESTORE_VIEW_ID
id of the JSF_RESTORE_VIEW phase.
|
static int |
JSF_UPDATE_MODEL_VALUES_ID
id of the JSF_UPDATE_MODEL_VALUES phase.
|
static int |
METADATA_COMMIT_ID
id of the METADATA_COMMIT phase.
|
static int |
PREPARE_MODEL_ID
id of the PREPARE_MODEL phase.
|
static int |
PREPARE_RENDER_ID
id of the PREPARE_RENDER phase.
|
static int |
PROCESS_COMPONENT_EVENTS_ID
id of the PROCESS_COMPONENT_EVENTS phase.
|
static int |
PROCESS_UPDATE_MODEL_ID
id of the PROCESS_UPDATE_MODEL phase.
|
static int |
VALIDATE_INPUT_VALUES_ID
id of the VALIDATE_INPUT_VALUES phase.
|
static int |
VALIDATE_MODEL_UPDATES_ID
id of the VALIDATE_MODEL_UPDATES phase.
|
Constructor and Description |
---|
JSFLifecycle() |
public static final int INIT_CONTEXT_ID
public static final int PREPARE_MODEL_ID
public static final int APPLY_INPUT_VALUES_ID
public static final int VALIDATE_INPUT_VALUES_ID
public static final int PROCESS_UPDATE_MODEL_ID
public static final int VALIDATE_MODEL_UPDATES_ID
public static final int PROCESS_COMPONENT_EVENTS_ID
public static final int METADATA_COMMIT_ID
public static final int PREPARE_RENDER_ID
public static final int JSF_RESTORE_VIEW_ID
public static final int JSF_APPLY_REQUEST_VALUES_ID
public static final int JSF_PROCESS_VALIDATIONS_ID
public static final int JSF_UPDATE_MODEL_VALUES_ID
public static final int JSF_INVOKE_APPLICATION_ID
public static final int JSF_RENDER_RESPONSE_ID