public interface InterceptorChainFactory
Interceptor chain| Modifier and Type | Method and Description |
|---|---|
Interceptor |
getInterceptorChain(ExoContainer holder,
ExoContainer parent)
Creates a new
Interceptor chain with the provided ExoContainer instance as parent container
and with the provided ExoContainer as holder of the container. |
Interceptor getInterceptorChain(ExoContainer holder, ExoContainer parent)
Interceptor chain with the provided ExoContainer instance as parent container
and with the provided ExoContainer as holder of the container. The holder is mostly
used when it is required to be able to go through the chain of Interceptorholder - the holder of the containerparent - the parent container, if null the container will be considered
as the root container.Interceptor corresponding to the head of the Interceptor chainCopyright © 2018 eXo Platform SAS. All Rights Reserved.