|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.framework.i18n.LocalizerFactory
public final class LocalizerFactory
This factory provides means to get a Localizer. It implements the
singleton pattern by providing static methods only.
| Method Summary | |
|---|---|
static Localizer |
getLocalizer(java.lang.Class<?> theClass)
Return the Localizer associated to a given name. |
static Localizer |
getLocalizer(java.lang.String name)
Return the Localizer associated to a given name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Localizer getLocalizer(java.lang.Class<?> theClass)
Localizer associated to a given name.
theClass - the class of the localizer
public static Localizer getLocalizer(java.lang.String name)
Localizer associated to a given name.
name - the name of the localizer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||