Package org.ametys.runtime.i18n
Interface FormatableI18nizable
-
- All Superinterfaces:
I18nizable
- All Known Implementing Classes:
I18nizableDate
,I18nizableDateTime
public interface FormatableI18nizable extends I18nizable
I18nizable
which may be formatted depending on aLocale
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
format(Locale locale)
Outputs a localized String representation.-
Methods inherited from interface org.ametys.runtime.i18n.I18nizable
toSAX, toSAX
-
-