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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ocpsoft.common.pattern.Weighted |
priority |
HttpRewriteLifecycleListener
public HttpRewriteLifecycleListener()
handles
public boolean handles(Rewrite event)
- Specified by:
handles in interface org.ocpsoft.common.pattern.Specialized<Rewrite>
Copyright © 2013 OCPsoft. All Rights Reserved.