Uses of Class
org.vraptor.interceptor.InterceptorType

Packages that use InterceptorType
org.vraptor   
org.vraptor.component   
org.vraptor.core   
org.vraptor.interceptor   
org.vraptor.plugin.interceptor   
 

Uses of InterceptorType in org.vraptor
 

Methods in org.vraptor that return types with arguments of type InterceptorType
 List<InterceptorType> InterceptorStack.getInterceptors()
           
 

Uses of InterceptorType in org.vraptor.component
 

Methods in org.vraptor.component that return types with arguments of type InterceptorType
 List<InterceptorType> DefaultComponentType.getInterceptors()
           
 List<InterceptorType> ComponentType.getInterceptors()
          Returns all interceptors for this component class
 List<InterceptorType> ComponentTypeWrapper.getInterceptors()
           
 

Constructor parameters in org.vraptor.component with type arguments of type InterceptorType
DefaultComponentType(Class<T> type, String name, ScopeType scope, BeanConstructor constructor, Map<String,? extends LogicMethod> actions, List<FieldAnnotation<In>> ins, List<InterceptorType> interceptors, String destroyLogicName, List<ReadParameter> parameters)
           
 

Uses of InterceptorType in org.vraptor.core
 

Methods in org.vraptor.core with parameters of type InterceptorType
 void InterceptorsLogicFlow.addInterceptor(InterceptorType i)
          Adds an interceptor to the top.
 

Uses of InterceptorType in org.vraptor.interceptor
 

Methods in org.vraptor.interceptor that return InterceptorType
static InterceptorType InterceptorType.getType(Class<? extends Interceptor> c)
          Returns an InterceptorType which represents the given interceptor class.
static InterceptorType InterceptorType.getType(Interceptor interceptor)
          Returns an InterceptorType which represents the given interceptor
 

Methods in org.vraptor.interceptor that return types with arguments of type InterceptorType
static List<InterceptorType> InterceptorType.getInterceptors(Class<?> clazz)
          Returns a list of interceptors for the specified component class, parsing its InterceptedBy annotations
 

Methods in org.vraptor.interceptor with parameters of type InterceptorType
 void InterceptorDealer.add(InterceptorType i)
          Adds an interceptor to the top.
 

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

Uses of InterceptorType in org.vraptor.plugin.interceptor
 

Constructor parameters in org.vraptor.plugin.interceptor with type arguments of type InterceptorType
ConcatenateInterceptorsLogicFlow(List<InterceptorType> interceptors, LogicFlow flow, Introspector introspector)
           
 



Copyright © 2004-2008 VRaptor. All Rights Reserved.