Package org.gatein.pc.api.info
Interface MetaInfo
public interface MetaInfo
Portlet metadata (display-name, title, short title, keywords).
- Since:
- 2.4
- Version:
- $Revision: 6818 $
- Author:
- Julien Viet
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.gatein.common.i18n.LocalizedStringgetMetaValue(String key) Return the meta value of the portlet for a specific key.
-
Field Details
-
DISPLAY_NAME
Key for display name.- See Also:
-
TITLE
Key for title.- See Also:
-
SHORT_TITLE
Key for short title.- See Also:
-
KEYWORDS
Key for locale specific keywords associated with this portlet. The keywords are separated by commas.- See Also:
-
DESCRIPTION
Key for description.- See Also:
-
-
Method Details
-
getMetaValue
Return the meta value of the portlet for a specific key.- Parameters:
key- the key- Returns:
- an internationalized value
-