|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Localizer | |
---|---|
org.apache.openjpa.kernel.exps | OpenJPA Expression Tree |
org.apache.openjpa.lib.util | General Utilities |
Uses of Localizer in org.apache.openjpa.kernel.exps |
---|
Methods in org.apache.openjpa.kernel.exps that return Localizer | |
---|---|
protected abstract Localizer |
AbstractExpressionBuilder.getLocalizer()
Used for obtaining the Localizer to use for translating
error messages. |
Uses of Localizer in org.apache.openjpa.lib.util |
---|
Methods in org.apache.openjpa.lib.util that return Localizer | |
---|---|
static Localizer |
Localizer.forPackage(Class cls)
Return a Localizer instance that will access the properties file in the package of the given class using the system default locale. |
static Localizer |
Localizer.forPackage(Class cls,
Locale locale)
Return a Localizer instance that will access the properties file in the package of the given class using the given locale. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |