Uses of Class
jakarta.faces.lifecycle.Lifecycle
-
Packages that use Lifecycle Package Description jakarta.faces.context jakarta.faces.event jakarta.faces.lifecycle -
-
Uses of Lifecycle in jakarta.faces.context
Methods in jakarta.faces.context that return Lifecycle Modifier and Type Method Description abstract LifecycleFacesContext. getLifecycle()LifecycleFacesContextWrapper. getLifecycle()The default behavior of this method is to callFacesContext.getLifecycle()on the wrappedFacesContextobject.Methods in jakarta.faces.context with parameters of type Lifecycle Modifier and Type Method Description abstract FacesContextFacesContextFactory. getFacesContext(Object context, Object request, Object response, Lifecycle lifecycle)Create (if needed) and return aFacesContextinstance that is initialized for the processing of the specified request and response objects, utilizing the specifiedLifecycleinstance, for this web application. -
Uses of Lifecycle in jakarta.faces.event
Constructors in jakarta.faces.event with parameters of type Lifecycle Constructor Description PhaseEvent(FacesContext context, PhaseId phaseId, Lifecycle lifecycle)Construct a new event object from the specified parameters. -
Uses of Lifecycle in jakarta.faces.lifecycle
Subclasses of Lifecycle in jakarta.faces.lifecycle Modifier and Type Class Description classLifecycleWrapperMethods in jakarta.faces.lifecycle that return Lifecycle Modifier and Type Method Description abstract LifecycleLifecycleFactory. getLifecycle(String lifecycleId)Create (if needed) and return aLifecycleinstance for the specified lifecycle identifier.LifecycleLifecycleWrapper. getWrapped()Methods in jakarta.faces.lifecycle with parameters of type Lifecycle Modifier and Type Method Description abstract voidLifecycleFactory. addLifecycle(String lifecycleId, Lifecycle lifecycle)Register a newLifecycleinstance, associated with the specifiedlifecycleId, to be supported by thisLifecycleFactory.Constructors in jakarta.faces.lifecycle with parameters of type Lifecycle Constructor Description LifecycleWrapper(Lifecycle wrapped)If this lifecycle has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-