Package | Description |
---|---|
org.springframework.beans.factory.support |
Classes supporting the
org.springframework.beans.factory package. |
org.springframework.context.support |
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
|
org.springframework.core.io.support |
Support classes for Spring's resource abstraction.
|
org.springframework.util |
Miscellaneous utility classes, such as String manipulation utilities,
a Log4J configurer, and a state holder for paged lists of objects.
|
Modifier and Type | Method and Description |
---|---|
PropertiesPersister |
PropertiesBeanDefinitionReader.getPropertiesPersister()
Return the PropertiesPersister to use for parsing properties files.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertiesBeanDefinitionReader.setPropertiesPersister(PropertiesPersister propertiesPersister)
Set the PropertiesPersister to use for parsing properties files.
|
Modifier and Type | Method and Description |
---|---|
void |
ReloadableResourceBundleMessageSource.setPropertiesPersister(PropertiesPersister propertiesPersister)
Set the PropertiesPersister to use for parsing properties files.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertiesLoaderSupport.setPropertiesPersister(PropertiesPersister propertiesPersister)
Set the PropertiesPersister to use for parsing properties files.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPropertiesPersister
Default implementation of the
PropertiesPersister interface. |