public class HeaderItemsConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ELEMENT_ID |
| Constructor and Description |
|---|
HeaderItemsConfigElement()
This constructor creates an instance with the default name.
|
HeaderItemsConfigElement(String name)
This constructor creates an instance with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement) |
List<org.springframework.extensions.config.ConfigElement> |
getChildren() |
String |
getCondition() |
String |
getId() |
HeaderItem |
getItem(String id)
This method returns the item having the specified id string from within a
<header> tag.
|
HeaderItem[] |
getItems() |
List<HeaderItem> |
getItemsAsList()
This method returns an unmodifiable List of
HeaderItem
objects that are associated with this container. |
String |
getLabel() |
String |
getPermission() |
void |
setCondition(String condition) |
void |
setId(String id) |
void |
setLabel(String label) |
void |
setPermission(String permission) |
public static final String DEFAULT_ELEMENT_ID
public HeaderItemsConfigElement()
public HeaderItemsConfigElement(String name)
name - the name for the ConfigElement.public HeaderItem[] getItems()
public List<HeaderItem> getItemsAsList()
HeaderItem
objects that are associated with this container.public HeaderItem getItem(String id)
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 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.ConfigElementAdapterorg.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)public void setId(String id)
public void setLabel(String label)
public void setPermission(String permission)
public void setCondition(String condition)
public String getId()
public String getLabel()
public String getPermission()
public String getCondition()
Copyright © 2005–2014 Alfresco Software. All rights reserved.