站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

MetaInfo - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.portlet.info
Interface MetaInfo

All Known Implementing Classes:
ContainerMetaInfo

public interface MetaInfo

Portlet metadata (display-name, title, short title, keywords).

Since:
2.4

Field Summary
static java.lang.String DESCRIPTION
          Key for description.
static java.lang.String DISPLAY_NAME
          Key for display name.
static java.lang.String KEYWORDS
          Key for locale specific keywords associated with this portlet.
static java.lang.String SHORT_TITLE
          Key for short title.
static java.lang.String TITLE
          Key for title.
 
Method Summary
 LocalizedString getMetaValue(java.lang.String key)
          Return the meta value of the portlet for a specific key.
 

Field Detail

DISPLAY_NAME

public static final java.lang.String DISPLAY_NAME
Key for display name.

See Also:
Constant Field Values

TITLE

public static final java.lang.String TITLE
Key for title.

See Also:
Constant Field Values

SHORT_TITLE

public static final java.lang.String SHORT_TITLE
Key for short title.

See Also:
Constant Field Values

KEYWORDS

public static final java.lang.String KEYWORDS
Key for locale specific keywords associated with this portlet. The keywords are separated by commas.

See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
Key for description.

See Also:
Constant Field Values
Method Detail

getMetaValue

public LocalizedString getMetaValue(java.lang.String key)
Return the meta value of the portlet for a specific key.

Returns:
an internationalized value