public interface LabelLocator
Labels
.
Once registered (by Labels.register(LabelLocator)
), the label loader
will invoke locate(java.util.Locale)
to locate any extra resource.
If the resource is not easy to be represented in URL, you could implement
LabelLocator2
instead.
LabelLocator2
Modifier and Type | Method and Description |
---|---|
java.net.URL |
locate(java.util.Locale locale)
Returns URL containing the labels for the specified locale,
or null if not available.
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.