Interface LocaleFinder

  • All Known Subinterfaces:
    Database
    All Known Implementing Classes:
    BasicDatabase, SlaveDatabase

    public interface LocaleFinder
    A LocaleFinder gets a Locale and things associated with Locales.
    • Method Detail

      • getDateFormat

        java.text.DateFormat getDateFormat()
                                    throws StandardException
        Get a formatter for formatting dates. The implementation may cache this value, since it never changes for a given Locale.
        Throws:
        StandardException - Thrown on error
      • getTimeFormat

        java.text.DateFormat getTimeFormat()
                                    throws StandardException
        Get a formatter for formatting times. The implementation may cache this value, since it never changes for a given Locale.
        Throws:
        StandardException - Thrown on error
      • getTimestampFormat

        java.text.DateFormat getTimestampFormat()
                                         throws StandardException
        Get a formatter for formatting timestamps. The implementation may cache this value, since it never changes for a given Locale.
        Throws:
        StandardException - Thrown on error