rewrite-api-servlet 2.0.0.Beta2

org.ocpsoft.rewrite.servlet.spi
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

Method Summary
 void contextDestroyed(ServletContextEvent event)
          Respond to ServletContext destroyed event.
 void contextInitialized(ServletContextEvent event)
          Respond to ServletContext initialized event.
 
Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
 

Method Detail

contextInitialized

void contextInitialized(ServletContextEvent event)
Respond to ServletContext initialized event.


contextDestroyed

void contextDestroyed(ServletContextEvent event)
Respond to ServletContext destroyed event.


rewrite-api-servlet 2.0.0.Beta2

Copyright © 2013 OCPsoft. All Rights Reserved.