rewrite-api-servlet 1.0.0.Final

org.ocpsoft.rewrite.servlet.http
Class HttpRewriteLifecycleListener

java.lang.Object
  extended by org.ocpsoft.rewrite.servlet.http.HttpRewriteLifecycleListener
All Implemented Interfaces:
org.ocpsoft.common.pattern.Specialized<Rewrite>, org.ocpsoft.common.pattern.Weighted, RewriteLifecycleListener<HttpServletRewrite>

public abstract class HttpRewriteLifecycleListener
extends java.lang.Object
implements RewriteLifecycleListener<HttpServletRewrite>

A RewriteLifecycleListener that only listens on HttpServletRequest and HttpServletResponse request cycle types.

Author:
Lincoln Baxter, III

Constructor Summary
HttpRewriteLifecycleListener()
           
 
Method Summary
 boolean handles(Rewrite event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ocpsoft.rewrite.servlet.spi.RewriteLifecycleListener
afterInboundLifecycle, afterInboundRewrite, afterOutboundRewrite, beforeInboundLifecycle, beforeInboundRewrite, beforeOutboundRewrite
 
Methods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
 

Constructor Detail

HttpRewriteLifecycleListener

public HttpRewriteLifecycleListener()
Method Detail

handles

public boolean handles(Rewrite event)
Specified by:
handles in interface org.ocpsoft.common.pattern.Specialized<Rewrite>

rewrite-api-servlet 1.0.0.Final

Copyright © 2012 OCPsoft. All Rights Reserved.