public class ViewScopeEventListener extends Object implements ViewMapListener
To make it so the UIViewRoot.getViewMap is as independent as possible from implementation specific code we need to get notified when a view map is created or destroyed. This ViewMapListener is registered so we get notified of these events.
See jsf-ri-config.xml for the actual registration of this listener.
Constructor and Description |
---|
ViewScopeEventListener() |
Modifier and Type | Method and Description |
---|---|
boolean |
isListenerForSource(Object source)
Is listener for.
|
void |
processEvent(SystemEvent se)
Handle the system event.
|
public void processEvent(SystemEvent se) throws AbortProcessingException
processEvent
in interface SystemEventListener
se
- the system event.AbortProcessingException
public boolean isListenerForSource(Object source)
isListenerForSource
in interface SystemEventListener
source
- the source.Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.