ca.bc.gov.webade.j2ee
Class WebADEServletContextListener
java.lang.Object
ca.bc.gov.webade.j2ee.WebADEServletContextListener
- All Implemented Interfaces:
- java.util.EventListener, javax.servlet.ServletContextListener
- public final class WebADEServletContextListener
- extends java.lang.Object
- implements javax.servlet.ServletContextListener
- Author:
- jross
|
Field Summary |
static java.lang.String |
WEBADE_APPLICATION_ACRONYM
The name of the filter init-parameter containing the application acronym. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WEBADE_APPLICATION_ACRONYM
public static final java.lang.String WEBADE_APPLICATION_ACRONYM
- The name of the filter init-parameter containing the application acronym.
- See Also:
- Constant Field Values
WebADEServletContextListener
public WebADEServletContextListener()
contextInitialized
public final void contextInitialized(javax.servlet.ServletContextEvent event)
- Specified by:
contextInitialized in interface javax.servlet.ServletContextListener
- See Also:
ServletContextListener.contextInitialized(javax.servlet.ServletContextEvent)
contextDestroyed
public final void contextDestroyed(javax.servlet.ServletContextEvent event)
- Specified by:
contextDestroyed in interface javax.servlet.ServletContextListener
- See Also:
ServletContextListener.contextDestroyed(javax.servlet.ServletContextEvent)