Package org.ocpsoft.rewrite.servlet.http
Class HttpRewriteLifecycleListener
java.lang.Object
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 Object
implements RewriteLifecycleListener<HttpServletRewrite>
A
RewriteLifecycleListener that only listens on HttpServletRequest and HttpServletResponse
request cycle types.- Author:
- Lincoln Baxter, III
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ocpsoft.rewrite.servlet.spi.RewriteLifecycleListener
afterInboundLifecycle, afterInboundRewrite, afterOutboundRewrite, beforeInboundLifecycle, beforeInboundRewrite, beforeOutboundRewriteMethods inherited from interface org.ocpsoft.common.pattern.Weighted
priority
-
Constructor Details
-
HttpRewriteLifecycleListener
public HttpRewriteLifecycleListener()
-
-
Method Details
-
handles
- Specified by:
handlesin interfaceorg.ocpsoft.common.pattern.Specialized<Rewrite>
-