|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--genealogy.struct.SessionLocale
A SessionLocale object to keep the selected locale in the session-scope.
| Field Summary | |
private java.util.Locale |
sessionLocale
|
| Constructor Summary | |
SessionLocale()
create new locale. default locale is fi. |
|
| Method Summary | |
java.util.Locale |
getLocale()
get the locale |
void |
setLocale(java.lang.String language,
java.lang.String country)
set the locale |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.util.Locale sessionLocale
| Constructor Detail |
public SessionLocale()
| Method Detail |
public void setLocale(java.lang.String language,
java.lang.String country)
language - example: "fi"country - example: "FI"public java.util.Locale getLocale()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||