|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface provides access to a set of Language objects.
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 | |
Language |
get(java.util.Locale locale)
Returns the language object of the given locale. |
java.util.Locale |
getDefaultLocale()
Returns the default locale object or NULL if there is no default locale |
java.util.Iterator |
getLocales()
Returns a iterator of all supported locales by this portlet The return value cannot be NULL. |
java.util.Iterator |
iterator()
Returns all elements of this set as iterator The return value cannot be NULL. |
| Method Detail |
public java.util.Iterator iterator()
public java.util.Iterator getLocales()
public Language get(java.util.Locale locale)
public java.util.Locale getDefaultLocale()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||