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 |
|---|---|
URL |
locate(Locale locale)
Returns URL containing the labels for the specified locale,
or null if not available.
|
Copyright © 2018. All rights reserved.