|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SystemEventListener | |
---|---|
javax.faces.application | APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces. |
javax.faces.component | Fundamental APIs for user interface components. |
javax.faces.context | Classes and interfaces defining per-request state information. |
javax.faces.event | Interfaces describing events and event listeners, and concrete event implementation classes. |
Uses of SystemEventListener in javax.faces.application |
---|
Methods in javax.faces.application with parameters of type SystemEventListener | |
---|---|
void |
Application.subscribeToEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceClass,
SystemEventListener listener)
Install the listener instance
referenced by argument |
void |
ApplicationWrapper.subscribeToEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceClass,
SystemEventListener listener)
The default behavior of this method
is to call |
void |
ApplicationWrapper.subscribeToEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceClass,
SystemEventListener listener)
The default behavior of this method
is to call |
void |
Application.subscribeToEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceClass,
SystemEventListener listener)
Install the listener instance
referenced by argument |
void |
Application.subscribeToEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
Install the listener instance
referenced by argument |
void |
ApplicationWrapper.subscribeToEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
The default behavior of this method
is to call |
void |
ApplicationWrapper.subscribeToEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
The default behavior of this method
is to call |
void |
Application.subscribeToEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
Install the listener instance
referenced by argument |
void |
Application.unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceClass,
SystemEventListener listener)
Remove the listener instance
referenced by argument |
void |
ApplicationWrapper.unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceClass,
SystemEventListener listener)
The default behavior of this method
is to call |
void |
ApplicationWrapper.unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceClass,
SystemEventListener listener)
The default behavior of this method
is to call |
void |
Application.unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceClass,
SystemEventListener listener)
Remove the listener instance
referenced by argument |
void |
Application.unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
Remove the listener instance
referenced by argument |
void |
ApplicationWrapper.unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
The default behavior of this method
is to call |
void |
ApplicationWrapper.unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
The default behavior of this method
is to call |
void |
Application.unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
Remove the listener instance
referenced by argument |
Uses of SystemEventListener in javax.faces.component |
---|
Classes in javax.faces.component that implement SystemEventListener | |
---|---|
static class |
UIComponentBaseTestCase.Listener
|
static class |
UIComponentBaseTestCase.QueueingListener
|
Methods in javax.faces.component that return types with arguments of type SystemEventListener | |
---|---|
java.util.List<SystemEventListener> |
UIComponent.getListenersForEventClass(java.lang.Class<? extends SystemEvent> eventClass)
This implementation throws
|
java.util.List<SystemEventListener> |
UIComponentBase.getListenersForEventClass(java.lang.Class<? extends SystemEvent> eventClass)
Return the
|
java.util.List<SystemEventListener> |
UIComponentBase.getListenersForEventClass(java.lang.Class<? extends SystemEvent> eventClass)
Return the
|
java.util.List<SystemEventListener> |
UIComponent.getListenersForEventClass(java.lang.Class<? extends SystemEvent> eventClass)
This implementation throws
|
java.util.List<SystemEventListener> |
UIViewRoot.getViewListenersForEventClass(java.lang.Class<? extends SystemEvent> systemEvent)
Return the
|
java.util.List<SystemEventListener> |
UIViewRoot.getViewListenersForEventClass(java.lang.Class<? extends SystemEvent> systemEvent)
Return the
|
Methods in javax.faces.component with parameters of type SystemEventListener | |
---|---|
void |
UIViewRoot.subscribeToViewEvent(java.lang.Class<? extends SystemEvent> systemEvent,
SystemEventListener listener)
Install the listener instance
referenced by argument |
void |
UIViewRoot.subscribeToViewEvent(java.lang.Class<? extends SystemEvent> systemEvent,
SystemEventListener listener)
Install the listener instance
referenced by argument |
void |
UIViewRoot.unsubscribeFromViewEvent(java.lang.Class<? extends SystemEvent> systemEvent,
SystemEventListener listener)
Remove the listener instance
referenced by argument |
void |
UIViewRoot.unsubscribeFromViewEvent(java.lang.Class<? extends SystemEvent> systemEvent,
SystemEventListener listener)
Remove the listener instance
referenced by argument |
Uses of SystemEventListener in javax.faces.context |
---|
Classes in javax.faces.context that implement SystemEventListener | |
---|---|
class |
ExceptionHandler
ExceptionHandler is the
central point for handling unexpected
|
class |
ExceptionHandlerWrapper
Provides a simple implementation of ExceptionHandler that can
be subclassed by developers wishing to provide specialized behavior
to an existing ExceptionHandler instance. |
Uses of SystemEventListener in javax.faces.event |
---|
Subinterfaces of SystemEventListener in javax.faces.event | |
---|---|
interface |
ViewMapListener
Marker interface for |
Methods in javax.faces.event that return types with arguments of type SystemEventListener | |
---|---|
java.util.List<SystemEventListener> |
ExceptionQueuedEventContext.getListenersForEventClass(java.lang.Class<? extends SystemEvent> facesEventClass)
Return a |
java.util.List<SystemEventListener> |
SystemEventListenerHolder.getListenersForEventClass(java.lang.Class<? extends SystemEvent> facesEventClass)
|
java.util.List<SystemEventListener> |
SystemEventListenerHolder.getListenersForEventClass(java.lang.Class<? extends SystemEvent> facesEventClass)
|
java.util.List<SystemEventListener> |
ExceptionQueuedEventContext.getListenersForEventClass(java.lang.Class<? extends SystemEvent> facesEventClass)
Return a |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |