Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 2 (11.1.2.2.0)

E17481-03


oracle.adf.controller.faces.lifecycle
Class JSFLifecycle

java.lang.Object
  extended by oracle.adf.controller.faces.lifecycle.JSFLifecycle


public class JSFLifecycle
extends java.lang.Object

Define the phase ids for the set of phases of the ADF Page Lifecycle that match the JSF lifecycle.


Field Summary
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 Summary
JSFLifecycle()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

INIT_CONTEXT_ID

public static final int INIT_CONTEXT_ID
id of the INIT_CONTEXT phase.

PREPARE_MODEL_ID

public static final int PREPARE_MODEL_ID
id of the PREPARE_MODEL phase.

APPLY_INPUT_VALUES_ID

public static final int APPLY_INPUT_VALUES_ID
id of the APPLY_INPUT_VALUES phase.

VALIDATE_INPUT_VALUES_ID

public static final int VALIDATE_INPUT_VALUES_ID
id of the VALIDATE_INPUT_VALUES phase.

PROCESS_UPDATE_MODEL_ID

public static final int PROCESS_UPDATE_MODEL_ID
id of the PROCESS_UPDATE_MODEL phase.

VALIDATE_MODEL_UPDATES_ID

public static final int VALIDATE_MODEL_UPDATES_ID
id of the VALIDATE_MODEL_UPDATES phase.

PROCESS_COMPONENT_EVENTS_ID

public static final int PROCESS_COMPONENT_EVENTS_ID
id of the PROCESS_COMPONENT_EVENTS phase.

METADATA_COMMIT_ID

public static final int METADATA_COMMIT_ID
id of the METADATA_COMMIT phase.

PREPARE_RENDER_ID

public static final int PREPARE_RENDER_ID
id of the PREPARE_RENDER phase.

JSF_RESTORE_VIEW_ID

public static final int JSF_RESTORE_VIEW_ID
id of the JSF_RESTORE_VIEW phase.

JSF_APPLY_REQUEST_VALUES_ID

public static final int JSF_APPLY_REQUEST_VALUES_ID
id of the JSF_APPLY_REQUEST_VALUES phase.

JSF_PROCESS_VALIDATIONS_ID

public static final int JSF_PROCESS_VALIDATIONS_ID
id of the JSF_PROCESS_VALIDATIONS phase.

JSF_UPDATE_MODEL_VALUES_ID

public static final int JSF_UPDATE_MODEL_VALUES_ID
id of the JSF_UPDATE_MODEL_VALUES phase.

JSF_INVOKE_APPLICATION_ID

public static final int JSF_INVOKE_APPLICATION_ID
id of the JSF_INVOKE_APPLICATION phase.

JSF_RENDER_RESPONSE_ID

public static final int JSF_RENDER_RESPONSE_ID
id of the JSF_RENDER_RESPONSE phase.

Constructor Detail

JSFLifecycle

public JSFLifecycle()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Lifecycle
11g Release 2 (11.1.2.2.0)

E17481-03


Copyright © 1997, 2012, Oracle. All rights reserved.