Package | Description |
---|---|
jakarta.faces.application | |
jakarta.faces.component | |
jakarta.faces.context | |
jakarta.faces.event |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationWrapper.subscribeToEvent(Class<? extends SystemEvent> systemEventClass,
Class<?> sourceClass,
SystemEventListener listener)
The default behavior of this method is to call
|
void |
Application.subscribeToEvent(Class<? extends SystemEvent> systemEventClass,
Class<?> sourceClass,
SystemEventListener listener)
Install the listener instance referenced by argument |
void |
ApplicationWrapper.subscribeToEvent(Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
The default behavior of this method is to call
|
void |
Application.subscribeToEvent(Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
Install the listener instance referenced by argument |
void |
ApplicationWrapper.unsubscribeFromEvent(Class<? extends SystemEvent> systemEventClass,
Class<?> sourceClass,
SystemEventListener listener)
The default behavior of this method is to call
|
void |
Application.unsubscribeFromEvent(Class<? extends SystemEvent> systemEventClass,
Class<?> sourceClass,
SystemEventListener listener)
Remove the listener instance referenced by argument |
void |
ApplicationWrapper.unsubscribeFromEvent(Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
The default behavior of this method is to call
|
void |
Application.unsubscribeFromEvent(Class<? extends SystemEvent> systemEventClass,
SystemEventListener listener)
Remove the listener instance referenced by argument |
Modifier and Type | Method and Description |
---|---|
List<SystemEventListener> |
UIComponentBase.getListenersForEventClass(Class<? extends SystemEvent> eventClass)
Return the |
List<SystemEventListener> |
UIComponent.getListenersForEventClass(Class<? extends SystemEvent> eventClass)
This implementation throws |
List<SystemEventListener> |
UIViewRoot.getViewListenersForEventClass(Class<? extends SystemEvent> systemEvent)
Return the |
Modifier and Type | Method and Description |
---|---|
void |
UIViewRoot.subscribeToViewEvent(Class<? extends SystemEvent> systemEvent,
SystemEventListener listener)
Install the listener instance referenced by argument |
void |
UIViewRoot.unsubscribeFromViewEvent(Class<? extends SystemEvent> systemEvent,
SystemEventListener listener)
Remove the listener instance referenced by argument |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
ViewMapListener
Marker interface for |
Modifier and Type | Method and Description |
---|---|
List<SystemEventListener> |
SystemEventListenerHolder.getListenersForEventClass(Class<? extends SystemEvent> facesEventClass)
|
List<SystemEventListener> |
ExceptionQueuedEventContext.getListenersForEventClass(Class<? extends SystemEvent> facesEventClass)
Return a |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.