org.ocpsoft.rewrite.servlet.spi
Interface ContextListener
public interface ContextListener
Listens to 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
- Author:
- Lincoln Baxter, III
contextInitialized
void contextInitialized(javax.servlet.ServletContextEvent event)
contextDestroyed
void contextDestroyed(javax.servlet.ServletContextEvent event)
Copyright © 2012 OCPsoft. All Rights Reserved.