Example usage for org.springframework.util DefaultPropertiesPersister subclass-usage

List of usage examples for org.springframework.util DefaultPropertiesPersister subclass-usage

Introduction

In this page you can find the example usage for org.springframework.util DefaultPropertiesPersister subclass-usage.

Usage

From source file org.alfresco.config.AlfrescoPropertiesPersister.java

/**
 * Simple extension to the{@link DefaultPropertiesPersister} to strip trailing whitespace 
 * from incoming properties. 
 * 
 * @author shane frensley
 * @see org.springframework.util.DefaultPropertiesPersister

From source file com.seajas.search.utilities.spring.CatalinaContextPropertiesPersister.java

/**
 * Properties persister which aids in resolving placeholders as Catalina context Environment parameters. Note that the persister does not actually persist anything; it only does retrievals.
 * 
 * @author Jasper van Veghel <jasper@seajas.com>
 */
public class CatalinaContextPropertiesPersister extends DefaultPropertiesPersister {

From source file nl.minbzk.dwr.zoeken.enricher.util.CatalinaContextPropertiesPersister.java

/**
 * Properties persister which aids in resolving placeholders as Catalina context Environment parameters. Note that the persister does not actually persist anything; it only does retrievals.
 * 
 * @author Jasper van Veghel <j.veghel@rijksoverheid.nl>
 */
public class CatalinaContextPropertiesPersister extends DefaultPropertiesPersister {

From source file corner.orm.spring.CornerPropertiesPersister.java

/**
 * ?
 * @author jcai
 * @version $Revision:3677 $
 * @since 2.0.5
 */