Module jakarta.faces
Package com.sun.faces.lifecycle
package com.sun.faces.lifecycle
-
ClassDescriptionApplyRequestValuesPhase 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.)This class is used to register the FacesELResolver
stack 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 executesprocessValidators
on each component in the tree.Lifetime And ScopeLifetime And ScopeUpdateModelValuesPhase executesprocessUpdates
on each component in the tree so that it may have a chance to update its model value.