| java.lang.Object org.enhydra.jawe.misc.PFLocale
PFLocale | public class PFLocale (Code) | | Represents a locale that will be shown within the list. Contains a factory
method that creates instance of the class by parsing the locale string that
could be made of language, country and variant part.
This class is introduced mainly because of presenting the default locale by
"Default" key.
|
PFLocale | public PFLocale()(Code) | | |
createPFLocale | public static PFLocale createPFLocale(String pfExt)(Code) | | Parses given string representing property file extendion. The given string
could be made of language, country and variant part.
|
|
|