org.alfresco.web.config.header
Class HeaderItem

java.lang.Object
  extended by org.alfresco.web.config.header.HeaderItem

public class HeaderItem
extends java.lang.Object

This class element represents a header item for the client header.


Constructor Summary
HeaderItem(java.lang.String id, java.util.Map attributes)
           
HeaderItem(java.lang.String generatedId, java.util.Map attributes, java.lang.String text)
           
 
Method Summary
 java.lang.String getCondition()
           
 HeaderItemsConfigElement[] getContainers()
           
 java.util.List getContainersAsList()
          This method returns an unmodifiable List of HeaderItemsConfigElement objects that are associated with this HeaderItem.
 java.lang.String getDescription()
           
 java.lang.String getGeneratedId()
           
 java.lang.String getIcon()
           
 java.lang.String getId()
           
 java.lang.String getLabel()
           
 java.lang.String getPermission()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeaderItem

public HeaderItem(java.lang.String id,
                  java.util.Map attributes)

HeaderItem

public HeaderItem(java.lang.String generatedId,
                  java.util.Map attributes,
                  java.lang.String text)
Method Detail

getGeneratedId

public java.lang.String getGeneratedId()

getId

public java.lang.String getId()

getType

public java.lang.String getType()

getIcon

public java.lang.String getIcon()

getLabel

public java.lang.String getLabel()

getDescription

public java.lang.String getDescription()

getPermission

public java.lang.String getPermission()

getCondition

public java.lang.String getCondition()

getValue

public java.lang.String getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getContainers

public HeaderItemsConfigElement[] getContainers()

getContainersAsList

public java.util.List getContainersAsList()
This method returns an unmodifiable List of HeaderItemsConfigElement objects that are associated with this HeaderItem.

Returns:
an unmodifiable List of HeaderItemsConfigElement references.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.