Module jakarta.faces
Package com.sun.faces.lifecycle
package com.sun.faces.lifecycle
-
ClassesClassDescriptionApplyRequestValuesPhase executes
processDecodeson 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.)This class is used to register the FacesELResolverstack with the Jakarta Server Pages container.Lifetime And ScopeLifecycleFactoryImpl is the stock implementation of Lifecycle in Mojarra.LifecycleImpl is the stock implementation of the standard Lifecycle in the Jakarta Faces RI.A Phase is a single step in the processing of a Jakarta Faces request throughout its entireLifecycle.ProcessValidationsPhase executesprocessValidatorson each component in the tree.Lifetime And ScopeLifetime And ScopeUpdateModelValuesPhase executesprocessUpdateson each component in the tree so that it may have a chance to update its model value.