Uses of Class
jakarta.faces.lifecycle.Lifecycle
Packages that use Lifecycle
Package
Description
Classes and interfaces
defining per-request state information.
Interfaces describing
events and event listeners, and concrete event implementation classes.
Classes and interfaces defining lifecycle management for the
Jakarta Faces implementation.
-
Uses of Lifecycle in com.sun.faces.config.initfacescontext
Methods in com.sun.faces.config.initfacescontext that return Lifecycle -
Uses of Lifecycle in com.sun.faces.context
Methods in com.sun.faces.context that return LifecycleMethods in com.sun.faces.context with parameters of type LifecycleModifier and TypeMethodDescriptionFacesContextFactoryImpl.getFacesContext(Object sc, Object request, Object response, Lifecycle lifecycle) InjectionFacesContextFactory.getFacesContext(Object context, Object request, Object response, Lifecycle lifecycle) Constructors in com.sun.faces.context with parameters of type Lifecycle -
Uses of Lifecycle in com.sun.faces.lifecycle
Subclasses of Lifecycle in com.sun.faces.lifecycleModifier and TypeClassDescriptionclassLifecycleImpl is the stock implementation of the standard Lifecycle in the Jakarta Faces RI.Fields in com.sun.faces.lifecycle with type parameters of type LifecycleModifier and TypeFieldDescriptionprotected ConcurrentHashMap<String,Lifecycle> LifecycleFactoryImpl.lifecycleMapMethods in com.sun.faces.lifecycle that return LifecycleMethods in com.sun.faces.lifecycle with parameters of type LifecycleModifier and TypeMethodDescriptionvoidLifecycleFactoryImpl.addLifecycle(String lifecycleId, Lifecycle lifecycle) voidPhase.doPhase(FacesContext context, Lifecycle lifecycle, ListIterator<PhaseListener> listeners) Performs PhaseListener processing and invokes the execute method of the Phase.voidRestoreViewPhase.doPhase(FacesContext context, Lifecycle lifecycle, ListIterator<PhaseListener> listeners) -
Uses of Lifecycle in jakarta.faces.context
Methods in jakarta.faces.context that return LifecycleModifier and TypeMethodDescriptionabstract LifecycleFacesContext.getLifecycle()FacesContextWrapper.getLifecycle()The default behavior of this method is to callFacesContext.getLifecycle()on the wrappedFacesContextobject.Methods in jakarta.faces.context with parameters of type LifecycleModifier and TypeMethodDescriptionabstract 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 LifecycleModifierConstructorDescriptionPhaseEvent(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.lifecycleModifier and TypeClassDescriptionclassMethods in jakarta.faces.lifecycle that return LifecycleModifier and TypeMethodDescriptionabstract LifecycleLifecycleFactory.getLifecycle(String lifecycleId) Create (if needed) and return aLifecycleinstance for the specified lifecycle identifier.LifecycleWrapper.getWrapped()Methods in jakarta.faces.lifecycle with parameters of type LifecycleModifier and TypeMethodDescriptionabstract 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 LifecycleModifierConstructorDescriptionLifecycleWrapper(Lifecycle wrapped) If this lifecycle has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.