Interface I_CmsResourceBundle

    • Method Detail

      • getClone

        I_CmsResourceBundle getClone()
        Creates a clone of the resource bundle.

        (This may not actually clone the resource bundle if it is immutable).

        Returns:
        a clone of the resource bundle
      • setLocale

        void setLocale​(java.util.Locale l)
        Sets the locale used for this resource bundle.

        Parameters:
        l - the locale to set
      • setParent

        void setParent​(java.util.ResourceBundle parent)
        Sets the parent bundle.

        Parameters:
        parent - the parent bundle to set