|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
X - the configuration object type which can be mergedpublic interface I_CmsConfigurationObject<X extends I_CmsConfigurationObject<X>>
Interface for a single named configuration object that can either be merged with other configuration objects or disable a configuration object with the same name.
| Field Summary | |
|---|---|
static int |
DEFAULT_ORDER
Default order constant for module configurations. |
| Method Summary | |
|---|---|
java.lang.String |
getKey()
The name of the configuration object. |
boolean |
isDisabled()
If true, this configuration object will disable an inherited configuration object of the same name. |
X |
merge(X child)
Merges this configuration object with a child configuration object. |
| Field Detail |
|---|
static final int DEFAULT_ORDER
| Method Detail |
|---|
java.lang.String getKey()
This name should be unique for each single configuration
boolean isDisabled()
X merge(X child)
child - the child configuration object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||