Class CachedResourceBundleMessageSource

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.HierarchicalMessageSource, org.springframework.context.MessageSource

    public class CachedResourceBundleMessageSource
    extends org.springframework.context.support.ResourceBundleMessageSource
    Looking for resource bundle in compressed war and compressed libraries inside war is pretty expensive. Therefore this implementation caches information about whether bundle exists.
    Author:
    Viliam Repan (lazyman).
    • Field Summary

      • Fields inherited from class org.springframework.context.support.MessageSourceSupport

        logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected ResourceBundle getResourceBundle​(String basename, Locale locale)  
      • Methods inherited from class org.springframework.context.support.ResourceBundleMessageSource

        doGetBundle, getBundleClassLoader, getMessageFormat, getStringOrNull, loadBundle, loadBundle, resolveCode, resolveCodeWithoutArguments, setBeanClassLoader, setBundleClassLoader, toString
      • Methods inherited from class org.springframework.context.support.AbstractResourceBasedMessageSource

        addBasenames, getBasenameSet, getCacheMillis, getDefaultEncoding, isFallbackToSystemLocale, setBasename, setBasenames, setCacheMillis, setCacheSeconds, setDefaultEncoding, setFallbackToSystemLocale
      • Methods inherited from class org.springframework.context.support.AbstractMessageSource

        getCommonMessages, getDefaultMessage, getDefaultMessage, getMessage, getMessage, getMessage, getMessageFromParent, getMessageInternal, getParentMessageSource, isUseCodeAsDefaultMessage, resolveArguments, setCommonMessages, setParentMessageSource, setUseCodeAsDefaultMessage
      • Methods inherited from class org.springframework.context.support.MessageSourceSupport

        createMessageFormat, formatMessage, isAlwaysUseMessageFormat, renderDefaultMessage, setAlwaysUseMessageFormat
    • Constructor Detail

      • CachedResourceBundleMessageSource

        public CachedResourceBundleMessageSource()
    • Method Detail

      • getResourceBundle

        protected ResourceBundle getResourceBundle​(String basename,
                                                   Locale locale)
        Overrides:
        getResourceBundle in class org.springframework.context.support.ResourceBundleMessageSource