org.apache.jetspeed.om.portlet
Interface Language

All Superinterfaces:
org.apache.pluto.container.om.portlet.PortletInfo, java.io.Serializable

public interface Language
extends PortletInfo, java.io.Serializable

Version:
$Id: Language.java 759884 2009-03-30 08:52:37Z ate $

Field Summary
static java.lang.String JAVAX_PORTLET_KEYWORDS
           
static java.lang.String JAVAX_PORTLET_SHORT_TITLE
           
static java.lang.String JAVAX_PORTLET_TITLE
           
 
Method Summary
 java.util.List<java.lang.String> getKeywordList()
           
 java.util.Locale getLocale()
           
 boolean isSupportedLocale()
           
 void setKeywords(java.lang.String keywords)
           
 void setSupportedLocale(boolean supportedLocale)
           
 
Methods inherited from interface org.apache.pluto.container.om.portlet.PortletInfo
getKeywords, getShortTitle, getTitle, setShortTitle, setTitle
 

Field Detail

JAVAX_PORTLET_TITLE

static final java.lang.String JAVAX_PORTLET_TITLE
See Also:
Constant Field Values

JAVAX_PORTLET_SHORT_TITLE

static final java.lang.String JAVAX_PORTLET_SHORT_TITLE
See Also:
Constant Field Values

JAVAX_PORTLET_KEYWORDS

static final java.lang.String JAVAX_PORTLET_KEYWORDS
See Also:
Constant Field Values
Method Detail

getLocale

java.util.Locale getLocale()

isSupportedLocale

boolean isSupportedLocale()
Returns:
true if this Language Locale is a supported-locale from or for the Portlet descriptor

setSupportedLocale

void setSupportedLocale(boolean supportedLocale)

getKeywordList

java.util.List<java.lang.String> getKeywordList()

setKeywords

void setKeywords(java.lang.String keywords)
Specified by:
setKeywords in interface org.apache.pluto.container.om.portlet.PortletInfo


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.