public interface ContextListener
extends org.ocpsoft.common.pattern.Weighted
ServletContextEvent.
Additional listeners may be specified by providing a service activator file containing the name of your
implementations:
/META-INF/services/org.ocpsoft.rewrite.servlet.spi.ContextListener
--------------
com.example.ContextListenerImpl
| Modifier and Type | Method and Description |
|---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent event)
Respond to
ServletContext destroyed event. |
void |
contextInitialized(javax.servlet.ServletContextEvent event)
Respond to
ServletContext initialized event. |
Copyright © 2021 OCPsoft. All rights reserved.