org.vraptor.interceptor
Class FlashScopeInterceptor
java.lang.Object
org.vraptor.interceptor.FlashScopeInterceptor
- All Implemented Interfaces:
- Interceptor
public class FlashScopeInterceptor
- extends Object
- implements Interceptor
The flash scope interceptor is responsible for managing the flash context
within vraptor.
- Since:
- 2.4
- Author:
- Guilherme Silveira
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlashScopeInterceptor
public FlashScopeInterceptor()
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.