| Interface | Description |
|---|---|
| Container |
Abstract the web container setup notion.
|
| Class | Description |
|---|---|
| AbstractContainer |
Abstract container.
|
| BeanManagerResourceBindingListener |
Emulates the behavior of the naming resource binding that is typically done
using configuration files in Tomcat and Jetty.
|
| ContainerContext |
Wrap listener arguments.
|
| 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. |
| Listener |
This is the original listener which had to be defined in web.xml.
|
| WeldServletLifecycle |
Copyright © 2017. All rights reserved.