rewrite-api-servlet 2.0.0.Alpha6

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(javax.servlet.ServletContextEvent event)
          Respond to ServletContext destroyed event.
 void contextInitialized(javax.servlet.ServletContextEvent event)
          Respond to ServletContext initialized event.
 
Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
 

Method Detail

contextInitialized

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


contextDestroyed

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


rewrite-api-servlet 2.0.0.Alpha6

Copyright © 2013 OCPsoft. All Rights Reserved.