|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.webbeans.servlet.WebBeansConfigurationListener
public class WebBeansConfigurationListener
Initializing the beans container for using in an web application
environment.
This is the main entry point for starting the CDI container
for a servlet.
If you have a container with < Servlet-2.5 then use
WebBeansConfigurationFilter and WebBeansConfigurationHttpSessionListener
instead.
| Field Summary | |
|---|---|
protected FailOverService |
failoverService
|
protected ContainerLifecycle |
lifeCycle
Manages the container lifecycle |
| Constructor Summary | |
|---|---|
WebBeansConfigurationListener()
Default constructor |
|
| Method Summary | |
|---|---|
void |
contextDestroyed(ServletContextEvent event)
|
void |
contextInitialized(ServletContextEvent event)
|
void |
requestDestroyed(ServletRequestEvent event)
|
void |
requestInitialized(ServletRequestEvent event)
|
void |
sessionCreated(HttpSessionEvent event)
|
void |
sessionDestroyed(HttpSessionEvent event)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ContainerLifecycle lifeCycle
protected FailOverService failoverService
| Constructor Detail |
|---|
public WebBeansConfigurationListener()
| Method Detail |
|---|
public void contextInitialized(ServletContextEvent event)
contextInitialized in interface ServletContextListenerpublic void contextDestroyed(ServletContextEvent event)
contextDestroyed in interface ServletContextListenerpublic void requestDestroyed(ServletRequestEvent event)
requestDestroyed in interface ServletRequestListenerpublic void requestInitialized(ServletRequestEvent event)
requestInitialized in interface ServletRequestListenerpublic void sessionCreated(HttpSessionEvent event)
sessionCreated in interface HttpSessionListenerpublic void sessionDestroyed(HttpSessionEvent event)
sessionDestroyed in interface HttpSessionListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||