|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SystemEvent | |
---|---|
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 SystemEvent in javax.faces.application |
---|
Method parameters in javax.faces.application with type arguments of type SystemEvent | |
---|---|
void |
Application.publishEvent(FacesContext context,
java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceBaseType,
java.lang.Object source)
This method functions exactly like
|
void |
ApplicationWrapper.publishEvent(FacesContext context,
java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceBaseType,
java.lang.Object source)
The default behavior of this method
is to call |
void |
ApplicationWrapper.publishEvent(FacesContext context,
java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceBaseType,
java.lang.Object source)
The default behavior of this method
is to call |
void |
Application.publishEvent(FacesContext context,
java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Class<?> sourceBaseType,
java.lang.Object source)
This method functions exactly like
|
void |
Application.publishEvent(FacesContext context,
java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Object source)
If |
void |
ApplicationWrapper.publishEvent(FacesContext context,
java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Object source)
The default behavior of this method
is to call |
void |
ApplicationWrapper.publishEvent(FacesContext context,
java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Object source)
The default behavior of this method
is to call |
void |
Application.publishEvent(FacesContext context,
java.lang.Class<? extends SystemEvent> systemEventClass,
java.lang.Object source)
If |
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 SystemEvent in javax.faces.component |
---|
Methods in javax.faces.component that return SystemEvent | |
---|---|
SystemEvent |
UIComponentBaseTestCase.Listener.getEvent()
|
SystemEvent |
UIComponentBaseTestCase.Listener.getEvent()
|
Methods in javax.faces.component that return types with arguments of type SystemEvent | |
---|---|
java.util.List<SystemEvent> |
UIComponentBaseTestCase.QueueingListener.getEvents()
|
java.util.List<SystemEvent> |
UIComponentBaseTestCase.QueueingListener.getEvents()
|
Methods in javax.faces.component with parameters of type SystemEvent | |
---|---|
void |
UIComponentBaseTestCase.Listener.processEvent(SystemEvent event)
|
void |
UIComponentBaseTestCase.QueueingListener.processEvent(SystemEvent event)
|
void |
UIComponentBaseTestCase.Listener.processEvent(SystemEvent event)
|
void |
UIComponentBaseTestCase.QueueingListener.processEvent(SystemEvent event)
|
Method parameters in javax.faces.component with type arguments of type SystemEvent | |
---|---|
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
|
void |
UIComponent.subscribeToEvent(java.lang.Class<? extends SystemEvent> eventClass,
ComponentSystemEventListener componentListener)
This implementation throws
|
void |
UIComponentBase.subscribeToEvent(java.lang.Class<? extends SystemEvent> eventClass,
ComponentSystemEventListener componentListener)
Install the listener instance
referenced by argument |
void |
UIComponentBase.subscribeToEvent(java.lang.Class<? extends SystemEvent> eventClass,
ComponentSystemEventListener componentListener)
Install the listener instance
referenced by argument |
void |
UIComponent.subscribeToEvent(java.lang.Class<? extends SystemEvent> eventClass,
ComponentSystemEventListener componentListener)
This implementation throws
|
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 |
UIComponent.unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> eventClass,
ComponentSystemEventListener componentListener)
This implementation throws
|
void |
UIComponentBase.unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> eventClass,
ComponentSystemEventListener componentListener)
Remove the listener instance
referenced by argument |
void |
UIComponentBase.unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> eventClass,
ComponentSystemEventListener componentListener)
Remove the listener instance
referenced by argument |
void |
UIComponent.unsubscribeFromEvent(java.lang.Class<? extends SystemEvent> eventClass,
ComponentSystemEventListener componentListener)
This implementation throws
|
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 SystemEvent in javax.faces.context |
---|
Methods in javax.faces.context with parameters of type SystemEvent | |
---|---|
abstract void |
ExceptionHandler.processEvent(SystemEvent exceptionQueuedEvent)
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent
subclass are true. |
void |
ExceptionHandlerWrapper.processEvent(SystemEvent event)
The default behavior of this method is to call ExceptionHandler.processEvent(javax.faces.event.SystemEvent)
on the wrapped ExceptionHandler object. |
void |
ExceptionHandlerWrapper.processEvent(SystemEvent event)
The default behavior of this method is to call ExceptionHandler.processEvent(javax.faces.event.SystemEvent)
on the wrapped ExceptionHandler object. |
abstract void |
ExceptionHandler.processEvent(SystemEvent exceptionQueuedEvent)
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent
subclass are true. |
Uses of SystemEvent in javax.faces.event |
---|
Subclasses of SystemEvent in javax.faces.event | |
---|---|
class |
ComponentSystemEvent
ComponentSystemEvent is the base class for SystemEvent s that are specific to a UIComponent instance. |
class |
ExceptionQueuedEvent
The system event facility will create an
instance of this class whenever |
class |
PostAddToViewEvent
When an instance of this event is passed
to |
class |
PostConstructApplicationEvent
This event must be published by the runtime after all configuration resources have been parsed and processed. |
class |
PostConstructCustomScopeEvent
This class is provided to allow custom scopes to publish a "post construct" event in the same way that other scopes do to let the application become aware of the beginning of the scope. |
class |
PostConstructViewMapEvent
This event must be published by a call to {javax.faces.application.Application#publishEvent} when the view map is first created. |
class |
PostRestoreStateEvent
When an instance of this event is passed
to |
class |
PostValidateEvent
When an instance of
this event is passed to |
class |
PreDestroyApplicationEvent
This event must be published by the
runtime before the factories associated with this |
class |
PreDestroyCustomScopeEvent
This class is provided to allow custom scopes to publish a "pre construct" event in the same way that other scopes do to let the application become aware of the beginning of the scope. |
class |
PreDestroyViewMapEvent
This event must be published by a call
to |
class |
PreRemoveFromViewEvent
When an instance of this event is passed
to |
class |
PreRenderComponentEvent
When an instance of this event is passed
to |
class |
PreRenderViewEvent
When an instance of this event is passed
to |
class |
PreValidateEvent
When an instance of
this event is passed to |
Methods in javax.faces.event with parameters of type SystemEvent | |
---|---|
void |
SystemEventListener.processEvent(SystemEvent event)
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent
subclass are true. |
void |
SystemEventListener.processEvent(SystemEvent event)
When called, the listener can assume that any guarantees given in the javadoc for the specific SystemEvent
subclass are true. |
Method parameters in javax.faces.event with type arguments of type SystemEvent | |
---|---|
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 |