Interface FormatableI18nizable

All Superinterfaces:
I18nizable
All Known Implementing Classes:
I18nizableDate, I18nizableDateTime

public interface FormatableI18nizable extends I18nizable
I18nizable which may be formatted depending on a Locale.
  • Method Summary

    Modifier and Type
    Method
    Description
    format(Locale locale)
    Outputs a localized String representation.

    Methods inherited from interface org.ametys.runtime.i18n.I18nizable

    toSAX, toSAX
  • Method Details

    • format

      String format(Locale locale)
      Outputs a localized String representation.
      Parameters:
      locale - the Locale to use.
      Returns:
      a localized String.