com.schlimm.springcdi.interceptor.strategies
Interface InterceptorOrderingStrategy
- All Known Implementing Classes:
- SimpleInterceptorOrderingStrategy
public interface InterceptorOrderingStrategy
Strategy to order interceptors. Clients can implement their own custom ordering strategy.
- Author:
- Niklas Schlimm
orderInterceptors
List<InterceptorInfo> orderInterceptors(org.springframework.beans.factory.BeanFactory beanFactory,
List<InterceptorInfo> interceptors,
List<Class> configuredOrder)
- Order the interceptors.
- Parameters:
beanFactory - the factory that defines the interceptorsinterceptors - the registered interceptorsconfiguredOrder - the configured order of InterceptorAwareBeanFactoryPostProcessor (if any)
- Returns:
- the ordered list of interceptors
Copyright © 2011. All Rights Reserved.