Package org.apache.wiki.bootstrap
Class WikiBootstrapServletContextListener
java.lang.Object
org.apache.wiki.bootstrap.WikiBootstrapServletContextListener
- All Implemented Interfaces:
java.util.EventListener
,javax.servlet.ServletContextListener
public class WikiBootstrapServletContextListener extends java.lang.Object implements javax.servlet.ServletContextListener
-
Constructor Summary
Constructors Constructor Description WikiBootstrapServletContextListener()
-
Method Summary
Modifier and Type Method Description void
contextDestroyed(javax.servlet.ServletContextEvent sce)
void
contextInitialized(javax.servlet.ServletContextEvent sce)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
WikiBootstrapServletContextListener
public WikiBootstrapServletContextListener()
-
-
Method Details
-
contextInitialized
- Specified by:
contextInitialized
in interfacejavax.servlet.ServletContextListener
-
contextDestroyed
- Specified by:
contextDestroyed
in interfacejavax.servlet.ServletContextListener
-