Uses of Package
jakarta.faces.event
-
Classes in jakarta.faces.event used by com.sun.faces.application Class Description AbortProcessingException An exception that may be thrown by event listeners to terminate the processing of the current event.ActionEvent AnActionEventrepresents the activation of a user interface component (such as aUICommand).ActionListener A listener interface for receivingActionEvents.FacesListener A generic base interface for event listeners for various types ofFacesEvents.SystemEvent SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.SystemEventListener By implementing this class, an object indicates that it is a listener for one or more kinds ofSystemEvents. -
Classes in jakarta.faces.event used by com.sun.faces.application.annotation Class Description SystemEvent SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects. -
Classes in jakarta.faces.event used by com.sun.faces.application.applicationimpl Class Description ActionListener A listener interface for receivingActionEvents.SystemEvent SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.SystemEventListener By implementing this class, an object indicates that it is a listener for one or more kinds ofSystemEvents. -
Classes in jakarta.faces.event used by com.sun.faces.application.applicationimpl.events Class Description SystemEvent SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.SystemEventListener By implementing this class, an object indicates that it is a listener for one or more kinds ofSystemEvents. -
Classes in jakarta.faces.event used by com.sun.faces.application.view Class Description AbortProcessingException An exception that may be thrown by event listeners to terminate the processing of the current event.FacesListener A generic base interface for event listeners for various types ofFacesEvents.SystemEvent SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.SystemEventListener By implementing this class, an object indicates that it is a listener for one or more kinds ofSystemEvents.ViewMapListener Marker interface forSystemEvents that indicate the view map has been created (PostConstructViewMapEvent, or destroyed (PreDestroyViewMapEvent). -
Classes in jakarta.faces.event used by com.sun.faces.component Class Description ComponentSystemEventListener Implementors of this class do not need anisListenerForSource()method because they are only installed on specific component instances, therefore theisListenerForSource()method is implicit.FacesListener A generic base interface for event listeners for various types ofFacesEvents.SystemEventListenerHolder Classes that implement this interface agree to maintain a list ofSystemEventListenerinstances for each kind ofSystemEventthey can generate. -
Classes in jakarta.faces.event used by com.sun.faces.context Class Description AbortProcessingException An exception that may be thrown by event listeners to terminate the processing of the current event.ExceptionQueuedEvent The system event facility will create an instance of this class wheneverApplication.publishEvent(jakarta.faces.context.FacesContext, java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Object)is called withExceptionQueuedEvent.classassystemEventClassargument.FacesListener A generic base interface for event listeners for various types ofFacesEvents.PhaseId Typesafe enumeration of the legal values that may be returned by thegetPhaseId()method of theFacesEventinterface.SystemEvent SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.SystemEventListener By implementing this class, an object indicates that it is a listener for one or more kinds ofSystemEvents. -
Classes in jakarta.faces.event used by com.sun.faces.ext.component Class Description ComponentSystemEventListener Implementors of this class do not need anisListenerForSource()method because they are only installed on specific component instances, therefore theisListenerForSource()method is implicit.FacesListener A generic base interface for event listeners for various types ofFacesEvents.SystemEventListenerHolder Classes that implement this interface agree to maintain a list ofSystemEventListenerinstances for each kind ofSystemEventthey can generate. -
Classes in jakarta.faces.event used by com.sun.faces.facelets.compiler Class Description AbortProcessingException An exception that may be thrown by event listeners to terminate the processing of the current event.ComponentSystemEventListener Implementors of this class do not need anisListenerForSource()method because they are only installed on specific component instances, therefore theisListenerForSource()method is implicit.FacesEvent FacesEvent is the base class for user interface and application events that can be fired byUIComponents.FacesListener A generic base interface for event listeners for various types ofFacesEvents.SystemEventListenerHolder Classes that implement this interface agree to maintain a list ofSystemEventListenerinstances for each kind ofSystemEventthey can generate. -
Classes in jakarta.faces.event used by com.sun.faces.facelets.component Class Description AbortProcessingException An exception that may be thrown by event listeners to terminate the processing of the current event.ComponentSystemEventListener Implementors of this class do not need anisListenerForSource()method because they are only installed on specific component instances, therefore theisListenerForSource()method is implicit.FacesEvent FacesEvent is the base class for user interface and application events that can be fired byUIComponents.FacesListener A generic base interface for event listeners for various types ofFacesEvents.PhaseId Typesafe enumeration of the legal values that may be returned by thegetPhaseId()method of theFacesEventinterface.SystemEventListenerHolder Classes that implement this interface agree to maintain a list ofSystemEventListenerinstances for each kind ofSystemEventthey can generate. -
Classes in jakarta.faces.event used by com.sun.faces.facelets.tag.composite Class Description AbortProcessingException An exception that may be thrown by event listeners to terminate the processing of the current event.AjaxBehaviorListener By implementing this class, an object indicates that it is a listener for one or more kinds ofBehaviorEvents.BehaviorEvent BehaviorEvent is the event that can be generated from componentBehavior.ComponentSystemEvent ComponentSystemEvent is the base class forSystemEvents that are specific to aUIComponentinstance.ComponentSystemEventListener Implementors of this class do not need anisListenerForSource()method because they are only installed on specific component instances, therefore theisListenerForSource()method is implicit.FacesEvent FacesEvent is the base class for user interface and application events that can be fired byUIComponents.FacesListener A generic base interface for event listeners for various types ofFacesEvents.SystemEvent SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.SystemEventListenerHolder Classes that implement this interface agree to maintain a list ofSystemEventListenerinstances for each kind ofSystemEventthey can generate. -
Classes in jakarta.faces.event used by com.sun.faces.facelets.tag.faces Class Description ComponentSystemEventListener Implementors of this class do not need anisListenerForSource()method because they are only installed on specific component instances, therefore theisListenerForSource()method is implicit.FacesListener A generic base interface for event listeners for various types ofFacesEvents.SystemEventListenerHolder Classes that implement this interface agree to maintain a list ofSystemEventListenerinstances for each kind ofSystemEventthey can generate. -
Classes in jakarta.faces.event used by com.sun.faces.facelets.tag.faces.core Class Description SystemEvent SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects. -
Classes in jakarta.faces.event used by com.sun.faces.facelets.tag.ui Class Description ComponentSystemEventListener Implementors of this class do not need anisListenerForSource()method because they are only installed on specific component instances, therefore theisListenerForSource()method is implicit.FacesListener A generic base interface for event listeners for various types ofFacesEvents.SystemEventListenerHolder Classes that implement this interface agree to maintain a list ofSystemEventListenerinstances for each kind ofSystemEventthey can generate. -
Classes in jakarta.faces.event used by com.sun.faces.lifecycle Class Description PhaseEvent PhaseEvent represents the beginning or ending of processing for a particular phase of the request processing lifecycle, for the request encapsulated by the specifiedFacesContext.PhaseId Typesafe enumeration of the legal values that may be returned by thegetPhaseId()method of theFacesEventinterface.PhaseListener An interface implemented by objects that wish to be notified at the beginning and ending of processing for each standard phase of the request processing lifecycle. -
Classes in jakarta.faces.event used by com.sun.faces.push Class Description AbortProcessingException An exception that may be thrown by event listeners to terminate the processing of the current event.FacesListener A generic base interface for event listeners for various types ofFacesEvents.SystemEvent SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.SystemEventListener By implementing this class, an object indicates that it is a listener for one or more kinds ofSystemEvents. -
Classes in jakarta.faces.event used by com.sun.faces.renderkit.html_basic Class Description AbortProcessingException An exception that may be thrown by event listeners to terminate the processing of the current event.ComponentSystemEvent ComponentSystemEvent is the base class forSystemEvents that are specific to aUIComponentinstance.ComponentSystemEventListener Implementors of this class do not need anisListenerForSource()method because they are only installed on specific component instances, therefore theisListenerForSource()method is implicit.FacesListener A generic base interface for event listeners for various types ofFacesEvents.ListenerFor Classes tagged with this annotation are installed as listeners using the methodApplication.subscribeToEvent(java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Class<?>, jakarta.faces.event.SystemEventListener)orUIComponent.subscribeToEvent(java.lang.Class<? extends jakarta.faces.event.SystemEvent>, jakarta.faces.event.ComponentSystemEventListener)(depending on the circumstances, described below).SystemEventListenerHolder Classes that implement this interface agree to maintain a list ofSystemEventListenerinstances for each kind ofSystemEventthey can generate. -
Classes in jakarta.faces.event used by jakarta.faces.application Class Description ActionListener A listener interface for receivingActionEvents.SystemEvent SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.SystemEventListener By implementing this class, an object indicates that it is a listener for one or more kinds ofSystemEvents. -
Classes in jakarta.faces.event used by jakarta.faces.component Class Description AbortProcessingException An exception that may be thrown by event listeners to terminate the processing of the current event.ActionListener A listener interface for receivingActionEvents.ComponentSystemEvent ComponentSystemEvent is the base class forSystemEvents that are specific to aUIComponentinstance.ComponentSystemEventListener Implementors of this class do not need anisListenerForSource()method because they are only installed on specific component instances, therefore theisListenerForSource()method is implicit.FacesEvent FacesEvent is the base class for user interface and application events that can be fired byUIComponents.FacesListener A generic base interface for event listeners for various types ofFacesEvents.PhaseId Typesafe enumeration of the legal values that may be returned by thegetPhaseId()method of theFacesEventinterface.PhaseListener An interface implemented by objects that wish to be notified at the beginning and ending of processing for each standard phase of the request processing lifecycle.SystemEvent SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.SystemEventListener By implementing this class, an object indicates that it is a listener for one or more kinds ofSystemEvents.SystemEventListenerHolder Classes that implement this interface agree to maintain a list ofSystemEventListenerinstances for each kind ofSystemEventthey can generate.ValueChangeListener A listener interface for receivingValueChangeEvents. -
Classes in jakarta.faces.event used by jakarta.faces.component.behavior Class Description AbortProcessingException An exception that may be thrown by event listeners to terminate the processing of the current event.AjaxBehaviorListener By implementing this class, an object indicates that it is a listener for one or more kinds ofBehaviorEvents.BehaviorEvent BehaviorEvent is the event that can be generated from componentBehavior.BehaviorListener A generic base interface for event listeners for various types ofBehaviorEvents. -
Classes in jakarta.faces.event used by jakarta.faces.component.html Class Description ComponentSystemEventListener Implementors of this class do not need anisListenerForSource()method because they are only installed on specific component instances, therefore theisListenerForSource()method is implicit.FacesListener A generic base interface for event listeners for various types ofFacesEvents.SystemEventListenerHolder Classes that implement this interface agree to maintain a list ofSystemEventListenerinstances for each kind ofSystemEventthey can generate. -
Classes in jakarta.faces.event used by jakarta.faces.context Class Description AbortProcessingException An exception that may be thrown by event listeners to terminate the processing of the current event.ExceptionQueuedEvent The system event facility will create an instance of this class wheneverApplication.publishEvent(jakarta.faces.context.FacesContext, java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Object)is called withExceptionQueuedEvent.classassystemEventClassargument.FacesListener A generic base interface for event listeners for various types ofFacesEvents.PhaseId Typesafe enumeration of the legal values that may be returned by thegetPhaseId()method of theFacesEventinterface.SystemEvent SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.SystemEventListener By implementing this class, an object indicates that it is a listener for one or more kinds ofSystemEvents. -
Classes in jakarta.faces.event used by jakarta.faces.event Class Description AbortProcessingException An exception that may be thrown by event listeners to terminate the processing of the current event.ActionEvent AnActionEventrepresents the activation of a user interface component (such as aUICommand).ActionListener A listener interface for receivingActionEvents.AjaxBehaviorEvent AjaxBehaviorEvent represents the component behavior specific toAjax).BehaviorEvent BehaviorEvent is the event that can be generated from componentBehavior.BehaviorListener A generic base interface for event listeners for various types ofBehaviorEvents.ComponentSystemEvent ComponentSystemEvent is the base class forSystemEvents that are specific to aUIComponentinstance.ExceptionQueuedEventContext This helper class provides context to theExceptionQueuedEventregarding the state of the system at the point in time when theExceptionQueuedEventoccurs and links theExceptionQueuedEventto theExceptionHandlerby virtue of implementingSystemEventListener.FacesEvent FacesEvent is the base class for user interface and application events that can be fired byUIComponents.FacesListener A generic base interface for event listeners for various types ofFacesEvents.ListenerFor Classes tagged with this annotation are installed as listeners using the methodApplication.subscribeToEvent(java.lang.Class<? extends jakarta.faces.event.SystemEvent>, java.lang.Class<?>, jakarta.faces.event.SystemEventListener)orUIComponent.subscribeToEvent(java.lang.Class<? extends jakarta.faces.event.SystemEvent>, jakarta.faces.event.ComponentSystemEventListener)(depending on the circumstances, described below).PhaseEvent PhaseEvent represents the beginning or ending of processing for a particular phase of the request processing lifecycle, for the request encapsulated by the specifiedFacesContext.PhaseId Typesafe enumeration of the legal values that may be returned by thegetPhaseId()method of theFacesEventinterface.ScopeContext A structure that contains the name of the scope and the scope itself exposed as aMap<String, Object>.SystemEvent SystemEvent is the base class for non-application specific events that can be fired by arbitrary objects.SystemEventListener By implementing this class, an object indicates that it is a listener for one or more kinds ofSystemEvents.SystemEventListenerHolder Classes that implement this interface agree to maintain a list ofSystemEventListenerinstances for each kind ofSystemEventthey can generate.ValueChangeEvent AValueChangeEventis a notification that the local value of the source component has been change as a result of user interface activity.ValueChangeListener A listener interface for receivingValueChangeEvents.WebsocketEvent.Closed.Literal Supports inline instantiation of theWebsocketEvent.Closedqualifier.WebsocketEvent.Opened.Literal Supports inline instantiation of theWebsocketEvent.Openedqualifier. -
Classes in jakarta.faces.event used by jakarta.faces.lifecycle Class Description PhaseListener An interface implemented by objects that wish to be notified at the beginning and ending of processing for each standard phase of the request processing lifecycle.