| Class | Description |
|---|---|
| BeanManagerResourceBindingListener |
Emulates the behavior of the naming resource binding that is typically done
using configuration files in Tomcat and Jetty.
|
| EnhancedListener |
This listener also implements
ServletContainerInitializer so that it's able to boot Weld before any application code is called, and thus injections
will succeed for all listeners, servlets, filters etc. |
| ExactListener | Deprecated
This listener does not work if ServletContainerInitializer is used
|
| Listener |
This is the original listener which had to be defined in web.xml.
|
| TomcatListener | Deprecated
This listener does not work if ServletContainerInitializer is used
|
| WeldServletLifecycle |
Copyright © 2014. All Rights Reserved.