com.schlimm.springcdi.interceptor.strategies
Interface InterceptorResolutionStrategy

All Known Implementing Classes:
SimpleInterceptorResolutionStrategy

public interface InterceptorResolutionStrategy

Strategy to resolve available interceptors in the bean factory.

Author:
Niklas Schlimm

Method Summary
 List<InterceptorInfo> resolveRegisteredInterceptors(org.springframework.beans.factory.BeanFactory beanFactory)
          Resolve the available interceptors.
 

Method Detail

resolveRegisteredInterceptors

List<InterceptorInfo> resolveRegisteredInterceptors(org.springframework.beans.factory.BeanFactory beanFactory)
Resolve the available interceptors.

Parameters:
beanFactory - the factory that contains the interceptor BeanDefinitions
Returns:
the resolved interceptors


Copyright © 2011. All Rights Reserved.