|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.bea.domingo.http.DominoLocaleCode
public final class DominoLocaleCode
Country names and their locale strings. TODO test this class TODO use this class
| Constructor Summary | |
|---|---|
DominoLocaleCode(java.lang.String country,
java.lang.String localeString)
Constructor. |
|
| Method Summary | |
|---|---|
static DominoLocaleCode |
get(java.lang.String country)
For a given country name returns the corresponsing locale string. |
java.lang.String |
getCountry()
|
java.lang.String |
getLocaleString()
|
static DominoLocaleCode |
searchLocaleCode(java.lang.String searchString)
Returns the first found locale code for a given search string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DominoLocaleCode(java.lang.String country,
java.lang.String localeString)
country - the country namelocaleString - the locale string| Method Detail |
|---|
public static DominoLocaleCode get(java.lang.String country)
country - country name
public static DominoLocaleCode searchLocaleCode(java.lang.String searchString)
The search string is simply a partial string of a time zone name.
searchString - search string of a locale code
null if not foundpublic java.lang.String getCountry()
public java.lang.String getLocaleString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||