Package yakworks.i18n.icu
Interface ICUMessageSource
-
- All Superinterfaces:
org.springframework.context.HierarchicalMessageSource,org.springframework.context.MessageSource,yakworks.message.spi.MsgService
- All Known Implementing Classes:
DefaultICUMessageSource
public interface ICUMessageSource extends org.springframework.context.HierarchicalMessageSource, yakworks.message.spi.MsgServiceExtends theMessageSourceinterface in that adds util for passing arguments as Map. We also add lists and some of similiar shorter helper methods toMessageSourceAccessor- Since:
- 0.3.0
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.LocalegetHolderLocale()Get the locale from the LocaleContextHolderdefault java.lang.StringgetMessage(org.springframework.context.MessageSourceResolvable resolvable)Get using the Locale in the HolderLocale-
Methods inherited from interface org.springframework.context.HierarchicalMessageSource
getParentMessageSource, setParentMessageSource
-
-