Example usage for org.springframework.beans.factory.config PropertyPlaceholderConfigurer subclass-usage

List of usage examples for org.springframework.beans.factory.config PropertyPlaceholderConfigurer subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.config PropertyPlaceholderConfigurer subclass-usage.

Usage

From source file com.pkrete.locationservice.admin.util.PropertiesUtil.java

/**
 * This class extends Spring provided PropertyPlaceholderConfigurer class and
 * makes it's possible to reuse springs property resolver in Java classes. By
 * using GetProperty method Java classes can access to the property values
 * defined in properties files.
 *

From source file com.pkrete.locationservice.endpoint.util.PropertiesUtil.java

/**
 * This class extends Spring provided PropertyPlaceholderConfigurer class and
 * makes it's possible to reuse springs property resolver in Java classes. By
 * using GetProperty method Java classes can access to the property values
 * defined in properties files.
 *

From source file com.od.jtimeseries.component.logging.LoggingPropertyPlaceholderConfigurer.java

/**
 * Created by IntelliJ IDEA.
 * User: Nick Ebbutt
 * Date: 01-Dec-2009
 * Time: 19:01:28
 *

From source file com.redpill_linpro.springframework.beans.factory.config.EtcdPlaceholderConfigurer.java

/**
 * Subclass of PropertyPlaceholderConfigurer that supports loading properties 
 * from a etcd key-value store.
 *
 * <p>Tries to resolve placeholders as keys in the given base directory. Default is no directory.
 * </p>

From source file org.jtalks.poulpe.model.utils.JndiAwarePropertyPlaceholderConfigurer.java

/**
 * <p>Extended version of the usual Spring's {@link PropertyPlaceholderConfigurer} that looks into Tomcat JNDI first.
 * Note, that JNDI is the highest priority and if property was found there, then nothing can override it. If property
 * wasn't found there, then usual algorithm of {@link PropertyPlaceholderConfigurer} is used.</p> <b>Justification</b>:
 * in order to simplify the deployment in different environment like DEV, UAT, we'd like to change Tomcat's {@code
 * $CATALINA_HOME/Catalina/localhost[jtalks_app.xml]} file rather than unzip the war file and change properties there.

From source file com.joe.utilities.core.configuration.spring.GlobalPropertyPlaceholderConfigurer.java

/**
 * Property placeholder utilized to allow Spring placeholder variables to be substituted via settings from
 * globals. property
 * 
 * @see  com.med.configuration.Globals
 * @see  org.springframework.beans.factory.config.PropertyPlaceholderConfigurer

From source file nl.knaw.dans.common.lang.spring.FileBasedPropertyPlaceholderConfigurer.java

/**
 * <p>
 * User name dependent PropertyPlaceholderConfigurer. Tries to find a placeholder properties file in the
 * following order:
 * <ol>
 * <li>[resourcePath]/[user.name].properties</li>

From source file org.opencron.common.utils.PropertyPlaceholder.java

/**
 * @Package: cn.damai.notify.util
 * @Description: TODO
 * @author: Wanghuajie
 * @date: 13-5-22 - ?2:39
 * @version: V1.0

From source file com.capgemini.archaius.spring.ArchaiusPropertyPlaceholderConfigurer.java

/**
 * 
 * @author Andrew Harmel-Law
 */
public class ArchaiusPropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer {

From source file com.javacreed.api.secureproperties.spring.PropertiesTablePlaceholderConfigurer.java

/**
 *
 * @author Albert Attard
 */
public class PropertiesTablePlaceholderConfigurer extends PropertyPlaceholderConfigurer {