Package org.exoplatform.container.spi
Class InterceptorChainFactoryProvider
java.lang.Object
org.exoplatform.container.spi.InterceptorChainFactoryProvider
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-
Method Summary
Modifier and TypeMethodDescriptionstatic InterceptorChainFactoryGives theInterceptorChainFactorythat must be used to create all theInterceptorchains
-
Method Details
-
getInterceptorChainFactory
Gives theInterceptorChainFactorythat must be used to create all theInterceptorchains
-