org.jboss.portal.portlet.support.info
Class MetaInfoSupport
java.lang.Object
org.jboss.portal.portlet.support.info.MetaInfoSupport
- All Implemented Interfaces:
- MetaInfo
public class MetaInfoSupport
- extends java.lang.Object
- implements MetaInfo
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaInfoSupport
public MetaInfoSupport()
getMetaValue
public LocalizedString getMetaValue(java.lang.String key)
- Description copied from interface:
MetaInfo
- Return the meta value of the portlet for a specific key.
- Specified by:
getMetaValue
in interface MetaInfo
- Returns:
- an internationalized value
addValue
public void addValue(java.lang.String key,
java.util.Locale locale,
java.lang.String value)
setTitle
public void setTitle(java.lang.String name)
setShortTitle
public void setShortTitle(java.lang.String name)
setKeywords
public void setKeywords(java.lang.String name)
setDisplayName
public void setDisplayName(java.lang.String name)
setDescription
public void setDescription(java.lang.String name)
getDisplayName
public java.lang.String getDisplayName()