Interface RewriteLifecycleListener<T extends Rewrite>

All Superinterfaces:
org.ocpsoft.common.pattern.Specialized<Rewrite>, org.ocpsoft.common.pattern.Weighted
All Known Implementing Classes:
HttpRewriteLifecycleListener

public interface RewriteLifecycleListener<T extends Rewrite> extends org.ocpsoft.common.pattern.Specialized<Rewrite>, org.ocpsoft.common.pattern.Weighted
Listens to Rewrite life-cycle events. 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.RewriteLifecycleListener -------------- com.example.LifecycleListenerImpl
Author:
Lincoln Baxter, III