|
||||||||||
| 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.
| 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)
|
void |
sessionDidActivate(HttpSessionEvent event)
|
void |
sessionWillPassivate(HttpSessionEvent event)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 HttpSessionListenerpublic void sessionDidActivate(HttpSessionEvent event)
sessionDidActivate in interface HttpSessionActivationListenerpublic void sessionWillPassivate(HttpSessionEvent event)
sessionWillPassivate in interface HttpSessionActivationListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||