com.sun.faces.config
Class ELContextListenerImpl

java.lang.Object
  extended by com.sun.faces.config.ELContextListenerImpl
All Implemented Interfaces:
java.util.EventListener, javax.el.ELContextListener

public class ELContextListenerImpl
extends java.lang.Object
implements javax.el.ELContextListener


Constructor Summary
ELContextListenerImpl()
           
 
Method Summary
 void contextCreated(javax.el.ELContextEvent ece)
          Invoked when a new ELContext has been created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELContextListenerImpl

public ELContextListenerImpl()
Method Detail

contextCreated

public void contextCreated(javax.el.ELContextEvent ece)
Invoked when a new ELContext has been created.

Specified by:
contextCreated in interface javax.el.ELContextListener
Parameters:
ece - the notification event.


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.