public class ServletContainerInitializerListener extends Object implements javax.servlet.ServletContextListener
| Modifier and Type | Field and Description |
|---|---|
protected WebAppContext |
_context |
| Constructor and Description |
|---|
ServletContainerInitializerListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
void |
setWebAppContext(WebAppContext context) |
protected WebAppContext _context
public void setWebAppContext(WebAppContext context)
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized in interface javax.servlet.ServletContextListenerServletContextListener.contextInitialized(javax.servlet.ServletContextEvent)public void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed in interface javax.servlet.ServletContextListenerServletContextListener.contextDestroyed(javax.servlet.ServletContextEvent)Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.