|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
org.apache.avalon.fortress.examples.extended | |
org.apache.avalon.fortress.examples.servlet | |
org.apache.avalon.fortress.examples.swing | |
org.apache.avalon.fortress.examples.viewer | |
org.apache.avalon.fortress.impl |
The fortress.impl package contains the containment abstraction of the Fortress system
|
org.apache.avalon.fortress.impl.lookup |
The lookup package includes a service manager and selector then implements the ECM lookup policies. |
org.apache.avalon.fortress.migration |
Uses of Container in org.apache.avalon.fortress.examples.extended |
Classes in org.apache.avalon.fortress.examples.extended that implement Container | |
class |
ExtendedContainer
|
Uses of Container in org.apache.avalon.fortress.examples.servlet |
Classes in org.apache.avalon.fortress.examples.servlet that implement Container | |
class |
ServletContainer
Fortress based servlet example. |
Uses of Container in org.apache.avalon.fortress.examples.swing |
Classes in org.apache.avalon.fortress.examples.swing that implement Container | |
class |
SwingContainer
Simple Fortress based container containing a Swing implementation of Hello World. |
Uses of Container in org.apache.avalon.fortress.examples.viewer |
Classes in org.apache.avalon.fortress.examples.viewer that implement Container | |
class |
ComponentViewer
Simple Fortress container containing a Swing based viewer for performing lookups on registered components. |
Uses of Container in org.apache.avalon.fortress.impl |
Classes in org.apache.avalon.fortress.impl that implement Container | |
class |
AbstractContainer
This abstract implementation provides basic functionality for building an implementation of the Container interface. |
class |
DefaultContainer
This is the default implementation of Container ,
adding configuration markup semantics to the AbstractContainer . |
class |
DefaultECMContainer
Customize the Fortress container to handle ECM compatibility |
Uses of Container in org.apache.avalon.fortress.impl.lookup |
Constructors in org.apache.avalon.fortress.impl.lookup with parameters of type Container | |
FortressServiceSelector(Container container,
java.lang.String key)
Creation of new service selector. |
|
FortressServiceManager(Container container,
ServiceManager parent)
This constructor is for a ContainerComponentManager with a parent ComponentLocator |
Uses of Container in org.apache.avalon.fortress.migration |
Classes in org.apache.avalon.fortress.migration that implement Container | |
class |
FortressAdapter
Fortress based component adapter. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |