public class InterceptorChainFactoryProvider extends Object
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| Modifier and Type | Method and Description |
|---|---|
static InterceptorChainFactory |
getInterceptorChainFactory()
Gives the
InterceptorChainFactory that must be used to create all the Interceptor chains |
public static InterceptorChainFactory getInterceptorChainFactory()
InterceptorChainFactory that must be used to create all the Interceptor chainsCopyright © 2017 eXo Platform SAS. All Rights Reserved.