org.jboss.weld.el
Class WeldELContextListener
java.lang.Object
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
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 |
WeldELContextListener
public WeldELContextListener()
contextCreated
public void contextCreated(javax.el.ELContextEvent contextEvent)
- Specified by:
contextCreated
in interface javax.el.ELContextListener
Copyright © 2013 Seam Framework. All Rights Reserved.