public interface MetaInfo
| Modifier and Type | Field and Description |
|---|---|
static String |
DESCRIPTION
Key for description.
|
static String |
DISPLAY_NAME
Key for display name.
|
static String |
KEYWORDS
Key for locale specific keywords associated with this portlet.
|
static String |
SHORT_TITLE
Key for short title.
|
static String |
TITLE
Key for title.
|
| Modifier and Type | Method and Description |
|---|---|
org.gatein.common.i18n.LocalizedString |
getMetaValue(String key)
Return the meta value of the portlet for a specific key.
|
static final String DISPLAY_NAME
static final String TITLE
static final String SHORT_TITLE
static final String KEYWORDS
static final String DESCRIPTION
org.gatein.common.i18n.LocalizedString getMetaValue(String key)
key - the keyCopyright © 2003-2021 GateIn. All Rights Reserved.