Uses of Interface
org.picocontainer.ComponentAdapter
-
Packages that use ComponentAdapter Package Description org.exoplatform.container This package provides container API.org.exoplatform.container.jmx 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 ComponentAdapter in org.exoplatform.container
Classes in org.exoplatform.container that implement ComponentAdapter Modifier and Type Class Description classAbstractComponentAdapter<T>classInstanceComponentAdapter<T> -
Uses of ComponentAdapter in org.exoplatform.container.jmx
Classes in org.exoplatform.container.jmx that implement ComponentAdapter Modifier and Type Class Description classMX4JComponentAdapter<T> -
Uses of ComponentAdapter in org.exoplatform.container.management
Classes in org.exoplatform.container.management that implement ComponentAdapter Modifier and Type Class Description classManageableComponentAdapter<T> -
Uses of ComponentAdapter in org.exoplatform.container.spi
Subinterfaces of ComponentAdapter in org.exoplatform.container.spi Modifier and Type Interface Description interfaceComponentAdapter<T>A component adapter is responsible for providing a specific component instance.
-