Interface ContextListener

All Superinterfaces:
org.ocpsoft.common.pattern.Weighted

public interface ContextListener extends org.ocpsoft.common.pattern.Weighted
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