Uses of Interface
org.exoplatform.container.spi.Container
-
Packages that use Container 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 Container in org.exoplatform.container
Classes in org.exoplatform.container that implement Container Modifier and Type Class Description classAbstractContainerThis class is the root class of all the implementations of aContainer.classAbstractInterceptorclassCachingContainerclassConcurrentContainerThis class is aimed to be a ThreadSafe implementation of anContainerbased on java.util.concurrent collections.classExoContainerCreated by The eXo Platform SAS
The Exo Container is an object responsible for loading services/components.classPortalContainerCreated by The eXo Platform SAS
The Portal Container is an object responsible for loading services/components.classRootContainerCreated by The eXo Platform SAS
A base container which plays an important role during the startup.classStandaloneContainerCreated by The eXo Platform SAS
Singleton, context independent Exo Container with one configuration entry point.Methods in org.exoplatform.container with parameters of type Container Modifier and Type Method Description static voidLifecycleVisitor. dispose(Container container)Invoke the standard Container lifecycle forDisposable.dispose().static voidLifecycleVisitor. start(Container container)Invoke the standard Container lifecycle forStartable.start().static voidLifecycleVisitor. stop(Container container)Invoke the standard Container lifecycle forStartable.stop().voidLifecycleVisitor. visitContainer(Container container) -
Uses of Container in org.exoplatform.container.management
Classes in org.exoplatform.container.management that implement Container Modifier and Type Class Description classManageableContainerMethods in org.exoplatform.container.management with parameters of type Container Modifier and Type Method Description protected voidManageableComponentAdapter. register(Container co, Object instance) -
Uses of Container in org.exoplatform.container.spi
Subinterfaces of Container in org.exoplatform.container.spi Modifier and Type Interface Description interfaceInterceptorThis interface describes anInterceptorwhich can be injected into the chain ofInterceptorDynamicInterceptorwill be created thanks to theServiceLoaderso it must provide a constructor with no parameter.Methods in org.exoplatform.container.spi with parameters of type Container Modifier and Type Method Description voidContainerVisitor. visitContainer(Container container)Visit aContainerthat has to accept the visitor.
-