Package io.rincl

Interface ResourceI18nConcern

All Superinterfaces:
io.csar.Concern, LocaleSelectable, ResourcesFactory
All Known Implementing Classes:
AbstractResourceI18nConcern, BaseResourceI18nConcern, EmptyResourceI18nConcern

public interface ResourceI18nConcern extends io.csar.Concern, LocaleSelectable, ResourcesFactory
The concern for internationalization of resources.

Once this concern is acquired, it provides access to a specific set of Resources for some context class, e.g. the class of the instance requesting resources.

Author:
Garret Wilson
See Also:
  • Csar