public interface Language extends PortletInfo, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JAVAX_PORTLET_KEYWORDS |
static String |
JAVAX_PORTLET_SHORT_TITLE |
static String |
JAVAX_PORTLET_TITLE |
Modifier and Type | Method and Description |
---|---|
List<String> |
getKeywordList() |
Locale |
getLocale() |
boolean |
isSupportedLocale() |
void |
setKeywords(String keywords) |
void |
setSupportedLocale(boolean supportedLocale) |
static final String JAVAX_PORTLET_TITLE
static final String JAVAX_PORTLET_SHORT_TITLE
static final String JAVAX_PORTLET_KEYWORDS
Locale getLocale()
boolean isSupportedLocale()
void setSupportedLocale(boolean supportedLocale)
void setKeywords(String keywords)
setKeywords
in interface org.apache.pluto.container.om.portlet.PortletInfo
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.