Modifier and Type | Method and Description |
---|---|
void |
ValidateComponentNesting.processEvent(SystemEvent event)
Process PostAddToViewEvent on UIViewRoot to validate form - action/input nesting.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewScopeManager.processEvent(SystemEvent se)
Process the system event.
|
void |
ViewScopeEventListener.processEvent(SystemEvent se)
Handle the system event.
|
Modifier and Type | Method and Description |
---|---|
void |
AjaxExceptionHandlerImpl.processEvent(SystemEvent event) |
void |
ExceptionHandlerImpl.processEvent(SystemEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
UILeaf.broadcast(FacesEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
UIRepeat.broadcast(FacesEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
BehaviorHolderWrapper.broadcast(FacesEvent event) |
void |
BehaviorHolderWrapper.processEvent(ComponentSystemEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
BeanManager.processEvent(SystemEvent event)
Invoke PreDestroy methods on any managed beans within the provided scope.
|
Modifier and Type | Method and Description |
---|---|
void |
WebsocketFacesListener.processEvent(SystemEvent event)
If the websocket has just switched its
rendered or connected attribute, then
render either the open() script or the close() script. |
Modifier and Type | Method and Description |
---|---|
void |
ScriptStyleBaseRenderer.processEvent(ComponentSystemEvent event) |
void |
WebsocketRenderer.processEvent(ComponentSystemEvent event)
After adding component to view, subscribe
WebsocketFacesListener if necessary. |
void |
RadioRenderer.processEvent(ComponentSystemEvent event)
After adding component to view, if component has group attribute set, then pre-collect the components by group.
|
Modifier and Type | Method and Description |
---|---|
void |
SetPropertyActionListenerImpl.processAction(ActionEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
UIData.broadcast(FacesEvent event)
Override the default
UIComponentBase.broadcast(javax.faces.event.FacesEvent) processing to
unwrap any wrapped FacesEvent and reset the current row index,
before the event is actually broadcast. |
void |
UIViewAction.broadcast(FacesEvent event)
Enable the method invocation
specified by this component instance to return a value that
performs navigation, similar in spirit to |
void |
UIComponentBase.broadcast(FacesEvent event) |
void |
UICommand.broadcast(FacesEvent event)
In addition to to the default
UIComponent.broadcast(javax.faces.event.FacesEvent) processing, pass the
ActionEvent being broadcast to the method referenced by actionListener
(if any), and to the default ActionListener registered on the
Application . |
abstract void |
UIComponent.broadcast(FacesEvent event)
Broadcast the specified
FacesEvent to all registered event listeners who
have expressed an interest in events of this type. |
void |
UIComponent.processEvent(ComponentSystemEvent event)
The default implementation performs the following action. |
void |
UIViewRoot.processEvent(ComponentSystemEvent event)
If the argument |
Modifier and Type | Method and Description |
---|---|
void |
BehaviorBase.broadcast(BehaviorEvent event)
Default implementation of
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
ActionListenerWrapper.processAction(ActionEvent event) |
void |
MethodExpressionActionListener.processAction(ActionEvent actionEvent)
Call through to the
MethodExpression passed in our constructor. |
void |
ActionListener.processAction(ActionEvent event)
Invoked when the action described by the specified
ActionEvent occurs. |
void |
AjaxBehaviorListener.processAjaxBehavior(AjaxBehaviorEvent event)
|
void |
ComponentSystemEventListener.processEvent(ComponentSystemEvent 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. |
void |
MethodExpressionValueChangeListener.processValueChange(ValueChangeEvent valueChangeEvent)
Call
through to the
MethodExpression passed in our
constructor. |
void |
ValueChangeListener.processValueChange(ValueChangeEvent event)
Invoked when the value change described by the specified
ValueChangeEvent occurs. |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.