Uses of Class
org.springframework.context.support.ReloadableResourceBundleMessageSource.PropertiesHolder
Package
Description
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
-
Uses of ReloadableResourceBundleMessageSource.PropertiesHolder in org.springframework.context.support
Modifier and TypeMethodDescriptionReloadableResourceBundleMessageSource.getMergedProperties
(Locale locale) Get a PropertiesHolder that contains the actually visible properties for a Locale, after merging all specified resource bundles.ReloadableResourceBundleMessageSource.getProperties
(String filename) Get a PropertiesHolder for the given filename, either from the cache or freshly loaded.ReloadableResourceBundleMessageSource.mergeProperties
(List<ReloadableResourceBundleMessageSource.PropertiesHolder> holders) Merge the given properties holders into a single holder.ReloadableResourceBundleMessageSource.refreshProperties
(String filename, ReloadableResourceBundleMessageSource.PropertiesHolder propHolder) Refresh the PropertiesHolder for the given bundle filename.Modifier and TypeMethodDescriptionReloadableResourceBundleMessageSource.collectPropertiesToMerge
(Locale locale) Determine the properties to merge based on the specified basenames.Modifier and TypeMethodDescriptionReloadableResourceBundleMessageSource.refreshProperties
(String filename, ReloadableResourceBundleMessageSource.PropertiesHolder propHolder) Refresh the PropertiesHolder for the given bundle filename.Modifier and TypeMethodDescriptionReloadableResourceBundleMessageSource.mergeProperties
(List<ReloadableResourceBundleMessageSource.PropertiesHolder> holders) Merge the given properties holders into a single holder.