org.vraptor.interceptor
Class ComponentLookupInterceptor
java.lang.Object
org.vraptor.interceptor.ComponentLookupInterceptor
- All Implemented Interfaces:
- Interceptor
public class ComponentLookupInterceptor
- extends Object
- implements Interceptor
Looks up for the component and registers it in the logic context.
- Author:
- Guilherme Silveira
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentLookupInterceptor
public ComponentLookupInterceptor(Introspector introspector)
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.