Class Phase

java.lang.Object
com.sun.faces.lifecycle.Phase
Direct Known Subclasses:
ApplyRequestValuesPhase, InvokeApplicationPhase, ProcessValidationsPhase, RenderResponsePhase, RestoreViewPhase, UpdateModelValuesPhase

public abstract class Phase extends Object

A Phase is a single step in the processing of a Jakarta Faces request throughout its entire Lifecycle. Each Phase performs the required transitions on the state information in the FacesContext associated with this request.