|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Language
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.
Method Summary | |
---|---|
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 |
Method Detail |
---|
java.util.Locale getLocale()
java.lang.String getTitle()
java.lang.String getShortTitle()
java.util.Iterator getKeywords()
java.util.ResourceBundle getResourceBundle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |