public interface MultiResourceLocalizer extends ResourceLocalizer
ResourceLocalizer adding functionality to
use multiple ResourceLocalizers.| Modifier and Type | Method and Description |
|---|---|
Map<String,LocalResource> |
getResources(String id)
Gets a map of
LocalResource instances identified by
an arbitrary id. |
getResourcesMap<String,LocalResource> getResources(String id)
LocalResource instances identified by
an arbitrary id. Passing null or unknown id
will fall back to base method ResourceLocalizer.getResources().id - identifier for local resourcesLocalResource instancesResourceLocalizer.getResources()