Interface Container
- All Superinterfaces:
org.apache.avalon.framework.activity.Disposable
,org.apache.avalon.framework.activity.Initializable
- All Known Implementing Classes:
ContainerImpl
public interface Container
extends org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.activity.Disposable
This is a simple interface around the ECM and Yaafi containers
- Author:
- Eric Pugh
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Key used in the context for defining the application rootstatic final String
Alternate Merlin Friendly Key used in the context for defining the application rootstatic final String
Alternate Merlin Friendly Key used in the context for defining the application root -
Method Summary
Methods inherited from interface org.apache.avalon.framework.activity.Disposable
dispose
Methods inherited from interface org.apache.avalon.framework.activity.Initializable
initialize
-
Field Details
-
COMPONENT_APP_ROOT
Key used in the context for defining the application root- See Also:
-
URN_AVALON_HOME
Alternate Merlin Friendly Key used in the context for defining the application root- See Also:
-
URN_AVALON_TEMP
Alternate Merlin Friendly Key used in the context for defining the application root- See Also:
-
-
Method Details
-
startup
-
lookup
- Throws:
org.apache.avalon.framework.component.ComponentException
-
release
-