Uses of Interface
org.exoplatform.container.spi.Container
Packages that use Container
Package
Description
This package provides container API.
This package defines most important classes and interfaces, that should be used in case
you would like to implement a new
Container.-
Uses of Container in org.exoplatform.container
Classes in org.exoplatform.container that implement ContainerModifier and TypeClassDescriptionclassThis class is the root class of all the implementations of aContainer.classclassclassThis class is aimed to be a ThreadSafe implementation of anContainerbased on java.util.concurrent collections.classCreated by The eXo Platform SAS
The Exo Container is an object responsible for loading services/components.classCreated by The eXo Platform SAS
The Portal Container is an object responsible for loading services/components.classCreated by The eXo Platform SAS
A base container which plays an important role during the startup.classCreated by The eXo Platform SAS
Singleton, context independent Exo Container with one configuration entry point.Methods in org.exoplatform.container with parameters of type ContainerModifier and TypeMethodDescriptionstatic voidInvoke the standard Container lifecycle forDisposable.dispose().static voidInvoke the standard Container lifecycle forStartable.start().static voidInvoke 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 ContainerMethods in org.exoplatform.container.management with parameters of type Container -
Uses of Container in org.exoplatform.container.spi
Subinterfaces of Container in org.exoplatform.container.spiModifier and TypeInterfaceDescriptioninterfaceThis 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 ContainerModifier and TypeMethodDescriptionvoidContainerVisitor.visitContainer(Container container) Visit aContainerthat has to accept the visitor.