Uses of Interface
jakarta.faces.event.PhaseListener
Packages that use PhaseListener
Package
Description
Fundamental APIs for user
interface components.
Classes and interfaces defining lifecycle management for the
Jakarta Faces implementation.
-
Uses of PhaseListener in com.sun.faces.lifecycle
Classes in com.sun.faces.lifecycle that implement PhaseListenerModifier and TypeClassDescriptionclassThis class is used to register the FacesELResolverstack with the Jakarta Server Pages container.classMethods in com.sun.faces.lifecycle that return PhaseListenerMethods in com.sun.faces.lifecycle with parameters of type PhaseListenerModifier and TypeMethodDescriptionvoidLifecycleImpl.addPhaseListener(PhaseListener listener) voidLifecycleImpl.removePhaseListener(PhaseListener listener) Method parameters in com.sun.faces.lifecycle with type arguments of type PhaseListenerModifier and TypeMethodDescriptionvoidPhase.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) protected voidPhase.handleAfterPhase(FacesContext context, ListIterator<PhaseListener> listenersIterator, PhaseEvent event) HandleafterPhasePhaseListenerevents.protected voidPhase.handleBeforePhase(FacesContext context, ListIterator<PhaseListener> listenersIterator, PhaseEvent event) HandlebeforePhasePhaseListenerevents. -
Uses of PhaseListener in jakarta.faces.component
Methods in jakarta.faces.component that return types with arguments of type PhaseListenerModifier and TypeMethodDescriptionUIViewRoot.getPhaseListeners()Return an unmodifiable list of thePhaseListenerinstances attached to thisUIViewRootinstance.Methods in jakarta.faces.component with parameters of type PhaseListenerModifier and TypeMethodDescriptionvoidUIViewRoot.addPhaseListener(PhaseListener newPhaseListener) voidUIViewRoot.removePhaseListener(PhaseListener toRemove) If the argumenttoRemoveis in the list ofPhaseListeners for this instance, it must be removed. -
Uses of PhaseListener in jakarta.faces.lifecycle
Methods in jakarta.faces.lifecycle that return PhaseListenerModifier and TypeMethodDescriptionabstract PhaseListener[]Lifecycle.getPhaseListeners()Return the set of registeredPhaseListeners for thisLifecycleinstance.LifecycleWrapper.getPhaseListeners()Methods in jakarta.faces.lifecycle with parameters of type PhaseListenerModifier and TypeMethodDescriptionabstract voidLifecycle.addPhaseListener(PhaseListener listener) Register a newPhaseListenerinstance that is interested in being notified before and after the processing for standard phases of the request processing lifecycle.voidLifecycleWrapper.addPhaseListener(PhaseListener listener) abstract voidLifecycle.removePhaseListener(PhaseListener listener) Deregister an existingPhaseListenerinstance that is no longer interested in being notified before and after the processing for standard phases of the request processing lifecycle.voidLifecycleWrapper.removePhaseListener(PhaseListener listener)