Uses of Class
jakarta.faces.event.PhaseEvent
-
Packages that use PhaseEvent Package Description jakarta.faces.event -
-
Uses of PhaseEvent in jakarta.faces.event
Methods in jakarta.faces.event with parameters of type PhaseEvent Modifier and Type Method Description default void
PhaseListener. afterPhase(PhaseEvent event)
Handle a notification that the processing for a particular phase has just been completed.default void
PhaseListener. beforePhase(PhaseEvent event)
Handle a notification that the processing for a particular phase of the request processing lifecycle is about to begin.
-