Uses of Class
jakarta.faces.lifecycle.Lifecycle
Packages that use Lifecycle
-
Uses of Lifecycle in jakarta.faces.context
Methods in jakarta.faces.context that return LifecycleModifier and TypeMethodDescriptionabstract Lifecycle
FacesContext.getLifecycle()
FacesContextWrapper.getLifecycle()
Methods in jakarta.faces.context with parameters of type LifecycleModifier and TypeMethodDescriptionabstract FacesContext
FacesContextFactory.getFacesContext
(Object context, Object request, Object response, Lifecycle lifecycle) -
Uses of Lifecycle in jakarta.faces.event
Constructors in jakarta.faces.event with parameters of type LifecycleModifierConstructorDescriptionPhaseEvent
(FacesContext facesContext, PhaseId phaseId, Lifecycle lifecycle) -
Uses of Lifecycle in jakarta.faces.lifecycle
Subclasses of Lifecycle in jakarta.faces.lifecycleMethods in jakarta.faces.lifecycle that return LifecycleModifier and TypeMethodDescriptionabstract Lifecycle
LifecycleFactory.getLifecycle
(String lifecycleId) LifecycleWrapper.getWrapped()
Methods in jakarta.faces.lifecycle with parameters of type LifecycleModifier and TypeMethodDescriptionabstract void
LifecycleFactory.addLifecycle
(String lifecycleId, Lifecycle lifecycle) Constructors in jakarta.faces.lifecycle with parameters of type Lifecycle