|
Regain 2.1.0-STABLE API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.regain.util.io.MultiLocalizer.BaseLocalizerFactory
private static class MultiLocalizer.BaseLocalizerFactory
A factory that creates localizers for a specific base.
Field Summary | |
---|---|
private String |
mBaseName
The base name of the properties files. |
private URL |
mBaseUrl
The base URL where the properties files are located. |
Constructor Summary | |
---|---|
MultiLocalizer.BaseLocalizerFactory(URL baseurl,
String basename)
Creates a new instance of BaseLocalizerFactory. |
Method Summary | |
---|---|
Localizer |
createLocalizer(Locale locale)
Creates a localizer for a specific locale. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private URL mBaseUrl
private String mBaseName
Constructor Detail |
---|
public MultiLocalizer.BaseLocalizerFactory(URL baseurl, String basename)
baseurl
- The base URL where the properties files are located.basename
- The base name of the properties files.Method Detail |
---|
public Localizer createLocalizer(Locale locale)
createLocalizer
in interface MultiLocalizer.LocalizerFactory
locale
- The locale to create the localizer for.
|
Regain 2.1.0-STABLE API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |