Uses of Interface
org.springframework.util.PropertiesPersister

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 PropertyResourceConfigurer.setPropertiesPersister(PropertiesPersister propertiesPersister)
          Set the PropertiesPersister to use for parsing properties files.
 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.
 



Copyright (C) 2003-2004 The Spring Framework Project.