| Interface | Description |
|---|---|
| ContainerConfig |
Represents a container configuration.
|
| ContainerConfig.ConfigObserver |
Interface for objects that get notified when container configurations are
changed.
|
| ContainerConfig.Transaction |
A transaction object allows to create, modify and remove one or more
containers at a time.
|
| Class | Description |
|---|---|
| BasicContainerConfig |
Basic container configuration class, without expression support.
|
| ContainerConfigELResolver |
ELResolver that handles adds support for:
- the "Cur" property, for explicit reference to the current container config
- the "parent" property, for explicit and recursive reference to config parents
- implicit reference to top-level properties in the current container config
or inside any parents
|
| DynamicConfigProperty |
String property that can be interpreted using a container context.
|
| ExpressionContainerConfig |
Represents a container configuration that uses expressions in values.
|
| JsonContainerConfig |
Represents a container configuration using JSON notation.
|
| JsonContainerConfigLoader |
A class to build container configurations from JSON notation.
|
| Exception | Description |
|---|---|
| ContainerConfigException |
Thrown for problems encountered with the container configuration.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.