Class InterceptorChainFactoryProvider

java.lang.Object
org.exoplatform.container.spi.InterceptorChainFactoryProvider

public class InterceptorChainFactoryProvider extends Object
This class will provide the InterceptorChainFactory to use. It will try to get it thanks to the ServiceLoader if none can be found it will provide a default one. It will try to load the InterceptorChainFactory using the current thread's Thread.getContextClassLoader() context class loader. By default it will use the DefaultInterceptorChainFactory
Version:
$Id$
Author:
Nicolas Filotto