Class AbstractI18NResource

    • Field Detail

      • log

        public static final org.slf4j.Logger log
    • Constructor Detail

      • AbstractI18NResource

        public AbstractI18NResource()
    • Method Detail

      • getPropertyResourceAsStream

        protected abstract InputStream getPropertyResourceAsStream​(String locale)
        Parameters:
        locale - the locale of the properties to load. Can be null.
        Returns:
        an InputStream for a properties resource. Should return null if no properties for the given locale were found