public class WCMConfigElement
extends org.springframework.extensions.config.element.GenericConfigElement
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map |
childrenMap |
static java.lang.String |
CONFIG_ELEMENT_ID |
| Constructor and Description |
|---|
WCMConfigElement()
Default constructor
|
WCMConfigElement(java.lang.String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(org.springframework.extensions.config.ConfigElement configElement) |
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement) |
java.util.Map |
getChildrenAsMap()
Returns the children in a Map
|
addAttributeprotected java.util.Map childrenMap
public static final java.lang.String CONFIG_ELEMENT_ID
public WCMConfigElement()
public WCMConfigElement(java.lang.String name)
name - Name of the element this config element representspublic org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement configElement)
combine in interface org.springframework.extensions.config.ConfigElementcombine in class org.springframework.extensions.config.element.GenericConfigElementpublic void addChild(org.springframework.extensions.config.ConfigElement configElement)
addChild in class org.springframework.extensions.config.element.GenericConfigElementpublic java.util.Map getChildrenAsMap()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.