@Component(value="cuba_FormatStringsRegistry") public class FormatStringsRegistryImpl extends java.lang.Object implements FormatStringsRegistry
NAME| Constructor and Description |
|---|
FormatStringsRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
FormatStrings |
getFormatStrings(java.util.Locale locale)
Get format strings for a locale.
|
FormatStrings |
getFormatStringsNN(java.util.Locale locale)
Get format strings for a locale.
|
void |
setFormatStrings(java.util.Locale locale,
FormatStrings formatStrings)
Register format strings for a locale.
|
@Nullable public FormatStrings getFormatStrings(java.util.Locale locale)
FormatStringsRegistrygetFormatStrings in interface FormatStringsRegistrypublic FormatStrings getFormatStringsNN(java.util.Locale locale)
FormatStringsRegistrygetFormatStringsNN in interface FormatStringsRegistrypublic void setFormatStrings(java.util.Locale locale,
FormatStrings formatStrings)
FormatStringsRegistrysetFormatStrings in interface FormatStringsRegistry