| 程序包 | 说明 |
|---|---|
| org.springframework.context.support |
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected ReloadableResourceBundleMessageSource.PropertiesHolder |
ReloadableResourceBundleMessageSource.refreshProperties(String filename,
ReloadableResourceBundleMessageSource.PropertiesHolder propHolder)
Refresh the PropertiesHolder for the given bundle filename.
|