Package | Description |
---|---|
org.springframework.context.support |
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
|
Modifier and Type | Method and Description |
---|---|
protected ReloadableResourceBundleMessageSource.PropertiesHolder |
ReloadableResourceBundleMessageSource.getMergedProperties(Locale locale)
Get a PropertiesHolder that contains the actually visible properties
for a Locale, after merging all specified resource bundles.
|
protected ReloadableResourceBundleMessageSource.PropertiesHolder |
ReloadableResourceBundleMessageSource.getProperties(String filename)
Get a PropertiesHolder for the given filename, either from the
cache or freshly loaded.
|
protected ReloadableResourceBundleMessageSource.PropertiesHolder |
ReloadableResourceBundleMessageSource.refreshProperties(String filename,
ReloadableResourceBundleMessageSource.PropertiesHolder propHolder)
Refresh the PropertiesHolder for the given bundle filename.
|
Modifier and Type | Method and Description |
---|---|
protected ReloadableResourceBundleMessageSource.PropertiesHolder |
ReloadableResourceBundleMessageSource.refreshProperties(String filename,
ReloadableResourceBundleMessageSource.PropertiesHolder propHolder)
Refresh the PropertiesHolder for the given bundle filename.
|