Package com.sun.faces.lifecycle

Class Summary
ApplyRequestValuesPhase ApplyRequestValuesPhase executes processDecodes on each component in the tree so that it may update it's current value from the information included in the current request (parameters, headers, c cookies and so on.)
ELResolverInitPhaseListener This class is used to register the JSF ELResolver stack with the JSP container.
InvokeApplicationPhase Lifetime And Scope
LifecycleFactoryImpl LifecycleFactoryImpl is the stock implementation of Lifecycle in the JSF RI.
LifecycleImpl LifecycleImpl is the stock implementation of the standard Lifecycle in the JavaServer Faces RI.
Phase A Phase is a single step in the processing of a JavaServer Faces request throughout its entire Lifecycle.
ProcessValidationsPhase ProcessValidationsPhase executes processValidators on each component in the tree.
RenderResponsePhase Lifetime And Scope
RestoreViewPhase Lifetime And Scope
UpdateModelValuesPhase UpdateModelValuesPhase executes processUpdates on each component in the tree so that it may have a chance to update its model value.
 



Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.