org.jboss.weld.el
Class WeldELContextListener

java.lang.Object
  extended by org.jboss.weld.el.WeldELContextListener
All Implemented Interfaces:
EventListener, javax.el.ELContextListener

public class WeldELContextListener
extends Object
implements javax.el.ELContextListener

Responsible for pushing the CreationalContext stack into the ELContext which is later populated by our expression wrappers

Author:
pmuir

Constructor Summary
WeldELContextListener()
           
 
Method Summary
 void contextCreated(javax.el.ELContextEvent contextEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeldELContextListener

public WeldELContextListener()
Method Detail

contextCreated

public void contextCreated(javax.el.ELContextEvent contextEvent)
Specified by:
contextCreated in interface javax.el.ELContextListener


Copyright © 2013 Seam Framework. All Rights Reserved.