Uses of Interface
org.springframework.util.PropertiesPersister

Packages that use PropertiesPersister
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. 
 

Uses of PropertiesPersister in org.springframework.beans.factory.support
 

Methods in org.springframework.beans.factory.support that return PropertiesPersister
 PropertiesPersister PropertiesBeanDefinitionReader.getPropertiesPersister()
          Return the PropertiesPersister to use for parsing properties files.
 

Methods in org.springframework.beans.factory.support with parameters of type PropertiesPersister
 void PropertiesBeanDefinitionReader.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.core.io.support
 

Methods in org.springframework.core.io.support with parameters of type PropertiesPersister
 void PropertiesLoaderSupport.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 © 2002-2008 The Spring Framework.