org.exoplatform.container.spi
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 context class loader. By default it will use the
DefaultInterceptorChainFactory
- Version:
- $Id$
- Author:
- Nicolas Filotto
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInterceptorChainFactory
public static InterceptorChainFactory getInterceptorChainFactory()
- Gives the
InterceptorChainFactory that must be used to create all the Interceptor chains
Copyright © 2014 eXo Platform SAS. All Rights Reserved.