org.vraptor.plugin.interceptor
Class ContinueToFlowInterceptor
java.lang.Object
org.vraptor.plugin.interceptor.ContinueToFlowInterceptor
- All Implemented Interfaces:
- Interceptor
public class ContinueToFlowInterceptor
- extends Object
- implements Interceptor
An interceptor which redirects the current flow to another one.
- Version:
- 2.3.1
- Author:
- Guilherme Silveira
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContinueToFlowInterceptor
public ContinueToFlowInterceptor(LogicFlow toFlow)
- Parameters:
toFlow - the flow to redirect to
intercept
public void intercept(LogicFlow flow)
throws LogicException,
ViewException
- Description copied from interface:
Interceptor
- Intercepts calls to logic components
- Specified by:
intercept in interface Interceptor
- Throws:
LogicException - some logic exception occurred
ViewException - some view exception occurred
Copyright © 2004-2008 VRaptor. All Rights Reserved.