org.alfresco.web.config.header
Class HeaderConfigElement
java.lang.Object
org.springframework.extensions.config.element.ConfigElementAdapter
org.alfresco.web.config.header.HeaderConfigElement
- All Implemented Interfaces:
- java.io.Serializable, org.springframework.extensions.config.ConfigElement
public class HeaderConfigElement
- extends org.springframework.extensions.config.element.ConfigElementAdapter
Custom config element that represents 'header' values for the client.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
HEADER_ID
|
Fields inherited from class org.springframework.extensions.config.element.ConfigElementAdapter |
attributes, children, name, value |
Methods inherited from class org.springframework.extensions.config.element.ConfigElementAdapter |
getAttribute, getAttributeCount, getAttributes, getChild, getChildCount, getChildren, getChildrenMap, getChildValue, getName, getValue, hasAttribute, hasChildren, setValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HEADER_ID
public static final java.lang.String HEADER_ID
- See Also:
- Constant Field Values
HeaderConfigElement
public HeaderConfigElement()
HeaderConfigElement
public HeaderConfigElement(java.lang.String name)
getChildren
public java.util.List getChildren()
- Specified by:
getChildren
in interface org.springframework.extensions.config.ConfigElement
- Overrides:
getChildren
in class org.springframework.extensions.config.element.ConfigElementAdapter
- See Also:
org.alfresco.config.ConfigElement#getChildren()
getAppItems
public HeaderItemsConfigElement getAppItems()
getUserItems
public HeaderItemsConfigElement getUserItems()
getDependencies
public org.alfresco.web.config.forms.DependenciesConfigElement getDependencies()
combine
public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement otherConfigElement)
- Specified by:
combine
in interface org.springframework.extensions.config.ConfigElement
- Specified by:
combine
in class org.springframework.extensions.config.element.ConfigElementAdapter
- See Also:
org.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.