Uses of Class
com.sun.faces.lifecycle.Phase
Packages that use Phase
-
Uses of Phase in com.sun.faces.lifecycle
Subclasses of Phase in com.sun.faces.lifecycleModifier and TypeClassDescriptionclass
ApplyRequestValuesPhase executesprocessDecodes
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.)class
Lifetime And Scopeclass
ProcessValidationsPhase executesprocessValidators
on each component in the tree.class
Lifetime And Scopeclass
Lifetime And Scopeclass
UpdateModelValuesPhase executesprocessUpdates
on each component in the tree so that it may have a chance to update its model value.