public interface Language extends Model
This interface provides access to a language and its attributes. A language is defined in the portlet.xml of a portlet application archive file.
This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator |
getKeywords()
Returns the keywords
|
java.util.Locale |
getLocale()
Returns the locale
|
java.util.ResourceBundle |
getResourceBundle()
Returns the resource bundle for the portlet for the locale of the language
will be returned.
|
java.lang.String |
getShortTitle()
Returns the short title.
|
java.lang.String |
getTitle()
Returns the title
|
java.util.Locale getLocale()
java.lang.String getTitle()
java.lang.String getShortTitle()
java.util.Iterator getKeywords()
java.util.ResourceBundle getResourceBundle()
Copyright © 2003-2013 . All Rights Reserved.