Uses of Interface
org.vraptor.Interceptor

Packages that use Interceptor
org.vraptor   
org.vraptor.interceptor   
org.vraptor.plugin.interceptor   
org.vraptor.plugin.jpa   
 

Uses of Interceptor in org.vraptor
 

Classes in org.vraptor that implement Interceptor
 class InterceptorStack
          An interceptor that can be used to group common interceptors into one, avoiding lots of classes inside an InterceptedBy annotation.
 

Uses of Interceptor in org.vraptor.interceptor
 

Classes in org.vraptor.interceptor that implement Interceptor
 class ComponentLookupInterceptor
          Looks up for the component and registers it in the logic context.
 class ExecuteLogicInterceptor
          The last interceptor: calls the logic method.
 class FlashScopeInterceptor
          The flash scope interceptor is responsible for managing the flash context within vraptor.
 class InjectionInterceptor
          Interceptor responsible for injection of dependencies on In annotations.
 class MultipartRequestInterceptor
          Interceptor capable of parsing the input stream.
 class OutjectionInterceptor
          Outjects.
 class RegisterAttributesInteceptor
           
 class SettingAndValidationInterceptor
          Responsible for setters and validation.
 class ViewInterceptor
          The last interceptor of a LogicFlow.
 

Methods in org.vraptor.interceptor that return Interceptor
 Interceptor InterceptorType.newInstance(LogicRequest logicRequest, BeanProvider provider)
          Returns a new instance of this interceptor, using the specified bean provider.
 Interceptor InterceptorDealer.poll()
           
 

Methods in org.vraptor.interceptor with parameters of type Interceptor
static InterceptorType InterceptorType.getType(Interceptor interceptor)
          Returns an InterceptorType which represents the given interceptor
 void InterceptorDealer.inject(Interceptor interceptor, LogicRequest context)
           
 void InterceptorDealer.outject(Interceptor interceptor, LogicRequest context)
           
 

Method parameters in org.vraptor.interceptor with type arguments of type Interceptor
static InterceptorType InterceptorType.getType(Class<? extends Interceptor> c)
          Returns an InterceptorType which represents the given interceptor class.
 

Constructor parameters in org.vraptor.interceptor with type arguments of type Interceptor
InterceptorDealer(LogicRequest logicRequest, Introspector introspector, List<Interceptor> before, List<InterceptorType> main, List<Interceptor> after)
           
InterceptorDealer(LogicRequest logicRequest, Introspector introspector, List<Interceptor> before, List<InterceptorType> main, List<Interceptor> after)
           
 

Uses of Interceptor in org.vraptor.plugin.interceptor
 

Classes in org.vraptor.plugin.interceptor that implement Interceptor
 class ContinueToFlowInterceptor
          An interceptor which redirects the current flow to another one.
 class MethodInterceptorInterceptor
          A method interceptor capability.
 

Uses of Interceptor in org.vraptor.plugin.jpa
 

Classes in org.vraptor.plugin.jpa that implement Interceptor
 class JavaPersistenceInterceptor
          Manages the EntityManager and transactions lifecycle, in a request-based manner
 



Copyright © 2004-2008 VRaptor. All Rights Reserved.