Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


Serialized Form


Package oracle.adf.controller.faces.lifecycle

Class oracle.adf.controller.faces.lifecycle.ADFPhaseListener extends Lifecycle implements Serializable

Serialized Fields

noop

ADFPhaseListener.PhaseInvoker noop

phases

ADFPhaseListener.PhaseInvoker[] phases
Array of PhaseInvoker, one for each phase of the Faces Lifecycle.

RestoreViewPhase

ADFPhaseListener.PhaseInvoker RestoreViewPhase
Implement the beforePhase and afterPhase for the RestoreViewPhase. Register the proper PageLifecycleListener, prepare the LifecycleContext and call the prepareModelPhase of the ADF Lifecycle.

UpdateModelValuesPhase

ADFPhaseListener.PhaseInvoker UpdateModelValuesPhase

InvokeApplicationPhase

ADFPhaseListener.PhaseInvoker InvokeApplicationPhase

RenderResponsePhase

ADFPhaseListener.PhaseInvoker RenderResponsePhase

Package oracle.adf.controller.jsp.taglib

Class oracle.adf.controller.jsp.taglib.PageDefinitionTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Package oracle.adf.controller.v2.lifecycle

Class oracle.adf.controller.v2.lifecycle.PagePhaseEvent extends java.util.EventObject implements Serializable

Serialized Fields

context

LifecycleContext context

phaseId

int phaseId

Package oracle.adf.controller.v2.struts.actions

Class oracle.adf.controller.v2.struts.actions.DataActionMapping extends org.apache.struts.action.ActionMapping implements Serializable

Serialized Fields

lifecycle

PageLifecycle lifecycle

v1ActionClass

java.lang.String v1ActionClass

v1Mapping

oracle.adf.controller.struts.actions.DataActionMapping v1Mapping

Package oracle.adf.controller.v2.struts.forms

Class oracle.adf.controller.v2.struts.forms.BindingContainerActionForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

bindingContainerPath

java.lang.String bindingContainerPath
The name of the current binding container this class is exposing.

dynaValues

java.util.Map dynaValues

ignoreUpdate

boolean ignoreUpdate
A flag used to determine if the updates should be applied

Class oracle.adf.controller.v2.struts.forms.BindingContainerValidationForm extends org.apache.struts.validator.ValidatorForm implements Serializable

Serialized Fields

bindingContainerPath

java.lang.String bindingContainerPath
The name of the current binding container this class is exposing.

dynaValues

java.util.Map dynaValues

ignoreUpdate

boolean ignoreUpdate
A flag used to determine if the updates should be applied

Package oracle.adf.model

Class oracle.adf.model.BindingContext extends java.lang.Object implements Serializable

serialVersionUID: 3114329020915398600l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the ArrayList instance from a stream (that is, deserialize it).

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Does not save the map that this context extends. Only saves out the context/application type and persistent IDs.

Serialized Fields

mClient

byte mClient

mPersistentStates

java.util.HashMap mPersistentStates

Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


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