Uses of Class
com.schlimm.springcdi.interceptor.model.InterceptorInfo

Packages that use InterceptorInfo
com.schlimm.springcdi.interceptor.model   
com.schlimm.springcdi.interceptor.processor   
com.schlimm.springcdi.interceptor.strategies   
com.schlimm.springcdi.interceptor.strategies.impl   
 

Uses of InterceptorInfo in com.schlimm.springcdi.interceptor.model
 

Subclasses of InterceptorInfo in com.schlimm.springcdi.interceptor.model
 class MethodInterceptorInfo
          Subclass of InterceptorInfo that defines logic specific to JSR 318/299 business method interceptors.
 

Methods in com.schlimm.springcdi.interceptor.model that return types with arguments of type InterceptorInfo
 List<InterceptorInfo> InterceptorMetaDataBean.getInterceptors()
           
 List<InterceptorInfo> InterceptorMetaDataBean.getMatchingInterceptors(String beanName, Method method)
          Return all interceptors that match the bean name (class level declarations) or the method (method level interceptor declarations).
 

Method parameters in com.schlimm.springcdi.interceptor.model with type arguments of type InterceptorInfo
 void InterceptorMetaDataBean.setInterceptors(List<InterceptorInfo> interceptors)
           
 

Constructor parameters in com.schlimm.springcdi.interceptor.model with type arguments of type InterceptorInfo
InterceptorMetaDataBean(List<InterceptorInfo> interceptors)
           
 

Uses of InterceptorInfo in com.schlimm.springcdi.interceptor.processor
 

Methods in com.schlimm.springcdi.interceptor.processor that return types with arguments of type InterceptorInfo
 List<InterceptorInfo> InterceptedBeanProxyAdvice.getInterceptors(org.aopalliance.intercept.MethodInvocation invocation)
           
 

Method parameters in com.schlimm.springcdi.interceptor.processor with type arguments of type InterceptorInfo
 Object InterceptedBeanProxyAdvice.createProxyWithInterceptors(List<InterceptorInfo> interceptors)
           
 

Uses of InterceptorInfo in com.schlimm.springcdi.interceptor.strategies
 

Methods in com.schlimm.springcdi.interceptor.strategies that return types with arguments of type InterceptorInfo
 List<InterceptorInfo> InterceptorOrderingStrategy.orderInterceptors(org.springframework.beans.factory.BeanFactory beanFactory, List<InterceptorInfo> interceptors, List<Class> configuredOrder)
          Order the interceptors.
 List<InterceptorInfo> InterceptorResolutionStrategy.resolveRegisteredInterceptors(org.springframework.beans.factory.BeanFactory beanFactory)
          Resolve the available interceptors.
 

Method parameters in com.schlimm.springcdi.interceptor.strategies with type arguments of type InterceptorInfo
 List<InterceptorInfo> InterceptorOrderingStrategy.orderInterceptors(org.springframework.beans.factory.BeanFactory beanFactory, List<InterceptorInfo> interceptors, List<Class> configuredOrder)
          Order the interceptors.
 

Uses of InterceptorInfo in com.schlimm.springcdi.interceptor.strategies.impl
 

Methods in com.schlimm.springcdi.interceptor.strategies.impl that return InterceptorInfo
 InterceptorInfo SimpleInterceptorResolutionStrategy.resolveInterceptorTargets(org.springframework.beans.factory.BeanFactory beanFactory, InterceptorInfo interceptorInfo)
           
 

Methods in com.schlimm.springcdi.interceptor.strategies.impl that return types with arguments of type InterceptorInfo
 List<InterceptorInfo> SimpleInterceptorOrderingStrategy.orderInterceptors(org.springframework.beans.factory.BeanFactory beanFactory, List<InterceptorInfo> interceptors, List<Class> configuredOrder)
           
 List<InterceptorInfo> SimpleInterceptorResolutionStrategy.resolveRegisteredInterceptors(org.springframework.beans.factory.BeanFactory beanFactory)
           
 

Methods in com.schlimm.springcdi.interceptor.strategies.impl with parameters of type InterceptorInfo
 InterceptorInfo SimpleInterceptorResolutionStrategy.resolveInterceptorTargets(org.springframework.beans.factory.BeanFactory beanFactory, InterceptorInfo interceptorInfo)
           
 void MethodLevelBindingsVisitor.visit(InterceptorInfo interceptorInfo, org.springframework.beans.factory.config.BeanDefinitionHolder definition)
           
 void ClassLevelBindingsVisitor.visit(InterceptorInfo interceptorInfo, org.springframework.beans.factory.config.BeanDefinitionHolder definition)
           
 

Method parameters in com.schlimm.springcdi.interceptor.strategies.impl with type arguments of type InterceptorInfo
 List<InterceptorInfo> SimpleInterceptorOrderingStrategy.orderInterceptors(org.springframework.beans.factory.BeanFactory beanFactory, List<InterceptorInfo> interceptors, List<Class> configuredOrder)
           
 



Copyright © 2011. All Rights Reserved.