Package org.exoplatform.container.spi
Class InterceptorChainFactoryProvider
- java.lang.Object
-
- org.exoplatform.container.spi.InterceptorChainFactoryProvider
-
public class InterceptorChainFactoryProvider extends Object
This class will provide theInterceptorChainFactoryto use. It will try to get it thanks to theServiceLoaderif none can be found it will provide a default one. It will try to load theInterceptorChainFactoryusing the current thread's Thread.getContextClassLoader() context class loader. By default it will use theDefaultInterceptorChainFactory- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InterceptorChainFactorygetInterceptorChainFactory()Gives theInterceptorChainFactorythat must be used to create all theInterceptorchains
-
-
-
Method Detail
-
getInterceptorChainFactory
public static InterceptorChainFactory getInterceptorChainFactory()
Gives theInterceptorChainFactorythat must be used to create all theInterceptorchains
-
-