public class HeaderConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
HEADER_ID |
Constructor and Description |
---|
HeaderConfigElement() |
HeaderConfigElement(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement otherConfigElement) |
HeaderItemsConfigElement |
getAppItems() |
java.util.List |
getChildren() |
org.alfresco.web.config.forms.DependenciesConfigElement |
getDependencies() |
boolean |
getLegacyMode() |
int |
getMaxDisplayedSitePages() |
int |
getMaxRecentSites() |
HeaderItemsConfigElement |
getUserItems() |
public static final java.lang.String HEADER_ID
public HeaderConfigElement()
public HeaderConfigElement(java.lang.String name)
public java.util.List getChildren()
getChildren
in interface org.springframework.extensions.config.ConfigElement
getChildren
in class org.springframework.extensions.config.element.ConfigElementAdapter
org.alfresco.config.ConfigElement#getChildren()
public boolean getLegacyMode()
public int getMaxRecentSites()
public int getMaxDisplayedSitePages()
public HeaderItemsConfigElement getAppItems()
public HeaderItemsConfigElement getUserItems()
public org.alfresco.web.config.forms.DependenciesConfigElement getDependencies()
public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement otherConfigElement)
combine
in interface org.springframework.extensions.config.ConfigElement
combine
in class org.springframework.extensions.config.element.ConfigElementAdapter
org.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.