|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertiesPersister | |
org.springframework.beans.factory.config | SPI interfaces and configuration-related convenience classes for bean factories. |
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.util | Miscellaneous utility classes, such as String manipulation utilities, a Log4J configurer, and a state holder for paged lists of objects. |
Uses of PropertiesPersister in org.springframework.beans.factory.config |
Methods in org.springframework.beans.factory.config with parameters of type PropertiesPersister | |
void |
PropertiesFactoryBean.setPropertiesPersister(PropertiesPersister propertiesPersister)
Set the PropertiesPersister to use for parsing properties files. |
Uses of PropertiesPersister in org.springframework.context.support |
Methods in org.springframework.context.support with parameters of type PropertiesPersister | |
void |
ReloadableResourceBundleMessageSource.setPropertiesPersister(PropertiesPersister propertiesPersister)
Set the PropertiesPersister to use for parsing properties files. |
Uses of PropertiesPersister in org.springframework.util |
Classes in org.springframework.util that implement PropertiesPersister | |
class |
DefaultPropertiesPersister
Default implementation of the PropertiesPersister interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |