public class ViewScopeEventListener extends Object implements javax.faces.event.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(javax.faces.event.SystemEvent se)
Handle the system event.
|
public void processEvent(javax.faces.event.SystemEvent se)
throws javax.faces.event.AbortProcessingException
processEvent in interface javax.faces.event.SystemEventListenerse - the system event.javax.faces.event.AbortProcessingExceptionpublic boolean isListenerForSource(Object source)
isListenerForSource in interface javax.faces.event.SystemEventListenersource - the source.Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.