org.ocpsoft.rewrite.servlet.config.lifecycle
Class JoinRewriteLifecycleListener
java.lang.Object
org.ocpsoft.rewrite.servlet.config.lifecycle.JoinRewriteLifecycleListener
- All Implemented Interfaces:
- org.ocpsoft.common.pattern.Specialized<Rewrite>, org.ocpsoft.common.pattern.Weighted, RewriteLifecycleListener<HttpServletRewrite>
public class JoinRewriteLifecycleListener
- extends Object
- implements RewriteLifecycleListener<HttpServletRewrite>
Implementation class for handling Join configuration instances.
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JoinRewriteLifecycleListener
public JoinRewriteLifecycleListener()
handles
public boolean handles(Rewrite payload)
- Specified by:
handles in interface org.ocpsoft.common.pattern.Specialized<Rewrite>
priority
public int priority()
- Specified by:
priority in interface org.ocpsoft.common.pattern.Weighted
beforeInboundLifecycle
public void beforeInboundLifecycle(HttpServletRewrite event)
- Specified by:
beforeInboundLifecycle in interface RewriteLifecycleListener<HttpServletRewrite>
beforeInboundRewrite
public void beforeInboundRewrite(HttpServletRewrite event)
- Specified by:
beforeInboundRewrite in interface RewriteLifecycleListener<HttpServletRewrite>
afterInboundRewrite
public void afterInboundRewrite(HttpServletRewrite event)
- Specified by:
afterInboundRewrite in interface RewriteLifecycleListener<HttpServletRewrite>
afterInboundLifecycle
public void afterInboundLifecycle(HttpServletRewrite event)
- Specified by:
afterInboundLifecycle in interface RewriteLifecycleListener<HttpServletRewrite>
beforeOutboundRewrite
public void beforeOutboundRewrite(HttpServletRewrite event)
- Specified by:
beforeOutboundRewrite in interface RewriteLifecycleListener<HttpServletRewrite>
afterOutboundRewrite
public void afterOutboundRewrite(HttpServletRewrite event)
- Specified by:
afterOutboundRewrite in interface RewriteLifecycleListener<HttpServletRewrite>
Copyright © 2013 OCPsoft. All Rights Reserved.