Uses of Interface
org.exoplatform.container.spi.Interceptor
-
Packages that use Interceptor Package Description org.exoplatform.container This package provides container API.org.exoplatform.container.management org.exoplatform.container.spi This package defines most important classes and interfaces, that should be used in case you would like to implement a newContainer. -
-
Uses of Interceptor in org.exoplatform.container
Classes in org.exoplatform.container that implement Interceptor Modifier and Type Class Description classAbstractInterceptorclassCachingContainerclassConcurrentContainerThis class is aimed to be a ThreadSafe implementation of anContainerbased on java.util.concurrent collections.Fields in org.exoplatform.container declared as Interceptor Modifier and Type Field Description protected InterceptorAbstractContainer. delegateMethods in org.exoplatform.container that return Interceptor Modifier and Type Method Description InterceptorDefaultInterceptorChainFactory. getInterceptorChain(ExoContainer holder, ExoContainer parent)Creates a newInterceptorchain with the providedExoContainerinstance as parent container and with the providedExoContaineras holder of the container.InterceptorAbstractContainer. getSuccessor()Retrieve the successor of this container in the chain ofInterceptor.Methods in org.exoplatform.container that return types with arguments of type Interceptor Modifier and Type Method Description protected List<Interceptor>DefaultInterceptorChainFactory. getDynamicInterceptors(ExoContainer holder, ExoContainer parent)Gives the dynamicInterceptorfrom the last to the headprotected List<Interceptor>DefaultInterceptorChainFactory. getStaticInterceptors(ExoContainer holder, ExoContainer parent)Gives the staticInterceptorfrom the last to the headprotected List<Interceptor>DefaultInterceptorChainFactory. resolve(List<Interceptor> staticInts, List<Interceptor> dynamicInts)Resolves all the dynamicInterceptorand inject them into a list ofInterceptoraccording to the annotationBeforeandAfterMethods in org.exoplatform.container with parameters of type Interceptor Modifier and Type Method Description voidAbstractInterceptor. setSuccessor(Interceptor successor)Sets the successor of the Interceptor in the chain ofInterceptorMethod parameters in org.exoplatform.container with type arguments of type Interceptor Modifier and Type Method Description protected List<Interceptor>DefaultInterceptorChainFactory. resolve(List<Interceptor> staticInts, List<Interceptor> dynamicInts)Resolves all the dynamicInterceptorand inject them into a list ofInterceptoraccording to the annotationBeforeandAfterprotected voidDefaultInterceptorChainFactory. resolveNext(List<Interceptor> alreadyResolved, Iterator<Interceptor> iter, boolean resolveIfAbsent)protected voidDefaultInterceptorChainFactory. resolveNext(List<Interceptor> alreadyResolved, Iterator<Interceptor> iter, boolean resolveIfAbsent)Constructors in org.exoplatform.container with parameters of type Interceptor Constructor Description AbstractContainer(Interceptor successor) -
Uses of Interceptor in org.exoplatform.container.management
Classes in org.exoplatform.container.management that implement Interceptor Modifier and Type Class Description classManageableContainer -
Uses of Interceptor in org.exoplatform.container.spi
Methods in org.exoplatform.container.spi that return Interceptor Modifier and Type Method Description InterceptorInterceptorChainFactory. getInterceptorChain(ExoContainer holder, ExoContainer parent)Creates a newInterceptorchain with the providedExoContainerinstance as parent container and with the providedExoContaineras holder of the container.InterceptorContainer. getSuccessor()Retrieve the successor of this container in the chain ofInterceptor.Methods in org.exoplatform.container.spi with parameters of type Interceptor Modifier and Type Method Description voidInterceptor. setSuccessor(Interceptor successor)Sets the successor of the Interceptor in the chain ofInterceptor
-