com.sun.faces.application.view
public class ViewScopeEventListener extends java.lang.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(java.lang.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.SystemEventListener
se
- the system event.javax.faces.event.AbortProcessingException
public boolean isListenerForSource(java.lang.Object source)
isListenerForSource
in interface javax.faces.event.SystemEventListener
source
- the source.Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.