public class HeaderConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
| Constructor and Description |
|---|
HeaderConfigElement() |
HeaderConfigElement(String name) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement otherConfigElement) |
HeaderItemsConfigElement |
getAppItems() |
List<org.springframework.extensions.config.ConfigElement> |
getChildren() |
DependenciesConfigElement |
getDependencies() |
boolean |
getLegacyMode() |
int |
getMaxDisplayedSitePages() |
int |
getMaxRecentSites() |
HeaderItemsConfigElement |
getUserItems() |
public static final String HEADER_ID
public HeaderConfigElement()
public HeaderConfigElement(String name)
public List<org.springframework.extensions.config.ConfigElement> getChildren()
getChildren in interface org.springframework.extensions.config.ConfigElementgetChildren in class org.springframework.extensions.config.element.ConfigElementAdapterorg.alfresco.config.ConfigElement#getChildren()public boolean getLegacyMode()
public int getMaxRecentSites()
public int getMaxDisplayedSitePages()
public HeaderItemsConfigElement getAppItems()
public HeaderItemsConfigElement getUserItems()
public DependenciesConfigElement getDependencies()
public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement otherConfigElement)
combine in interface org.springframework.extensions.config.ConfigElementcombine in class org.springframework.extensions.config.element.ConfigElementAdapterorg.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)Copyright © 2005–2014 Alfresco Software. All rights reserved.