eXo Kernel :: Container 2.5.0-GA

org.exoplatform.container.spi
Class InterceptorChainFactoryProvider

java.lang.Object
  extended by 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

Method Summary
static InterceptorChainFactory getInterceptorChainFactory()
          Gives the InterceptorChainFactory that must be used to create all the Interceptor chains
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInterceptorChainFactory

public static InterceptorChainFactory getInterceptorChainFactory()
Gives the InterceptorChainFactory that must be used to create all the Interceptor chains


eXo Kernel :: Container 2.5.0-GA

Copyright © 2014 eXo Platform SAS. All Rights Reserved.