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(ServletContextEvent event)
Respond to
ServletContext destroyed event. |
void |
contextInitialized(ServletContextEvent event)
Respond to
ServletContext initialized event. |
void contextInitialized(ServletContextEvent event)
ServletContext initialized event.void contextDestroyed(ServletContextEvent event)
ServletContext destroyed event.Copyright © 2015 OCPsoft. All Rights Reserved.