Uses of Class
com.jalios.util.LangProperty
-
Packages that use LangProperty Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.util Contains Jalios utility classes (Unix-like crypt class, RSS parser, mail utility, servlet utility, comparators and miscellaneous utility static methods). -
-
Uses of LangProperty in com.jalios.jcms
Methods in com.jalios.jcms with parameters of type LangProperty Modifier and Type Method Description static java.lang.String
JcmsUtil. glp(java.lang.String lang, LangProperty prop)
Resolve a language property in the given language. -
Uses of LangProperty in com.jalios.util
Methods in com.jalios.util with parameters of type LangProperty Modifier and Type Method Description java.lang.String
LangProperties. getExplicitLangProperty(LangProperty prop, java.lang.String language)
Resolve the given property name using the given language.
-