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