Uses of Class
jakarta.faces.event.PhaseEvent
-
Packages that use PhaseEvent Package Description com.sun.faces.lifecycle jakarta.faces.event Interfaces describing events and event listeners, and concrete event implementation classes. -
-
Uses of PhaseEvent in com.sun.faces.lifecycle
Methods in com.sun.faces.lifecycle with parameters of type PhaseEvent Modifier and Type Method Description voidELResolverInitPhaseListener. afterPhase(PhaseEvent event)Handle a notification that the processing for a particular phase has just been completed.voidHttpMethodRestrictionsPhaseListener. afterPhase(PhaseEvent event)voidELResolverInitPhaseListener. beforePhase(PhaseEvent event)voidHttpMethodRestrictionsPhaseListener. beforePhase(PhaseEvent event)protected voidPhase. handleAfterPhase(FacesContext context, ListIterator<PhaseListener> listenersIterator, PhaseEvent event)HandleafterPhasePhaseListenerevents.protected voidPhase. handleBeforePhase(FacesContext context, ListIterator<PhaseListener> listenersIterator, PhaseEvent event)HandlebeforePhasePhaseListenerevents. -
Uses of PhaseEvent in jakarta.faces.event
Methods in jakarta.faces.event with parameters of type PhaseEvent Modifier and Type Method Description default voidPhaseListener. afterPhase(PhaseEvent event)Handle a notification that the processing for a particular phase has just been completed.default voidPhaseListener. beforePhase(PhaseEvent event)Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
-