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 org.openhealthtools.openatna.audit.OpenAtnaPropertiesLoader.java

/**
 * @author Andrew Harrison
 * @version 1.0.0
 * @date Mar 13, 2010: 11:10:05 AM
 */

From source file slina.mb.common.encryption.DecryptingPlaceHolderConfigurer.java

/**
 * A property place-holder configure that allows encryption of the property
 * values that replace place-holders.  This allows us to store sensitive
 * values in property files that are kept under source-code control, then
 * deploy them via BDS without post-deploy intervention to edit them.
 *

From source file com.xdtech.core.config.PropertiesConfigurer.java

/**
 * 
 * @author max.zheng
 * @create 2014-9-28?9:08:19
 * @since 1.0
 * @see

From source file org.powertac.util.PropertiesUtil.java

public class PropertiesUtil extends PropertyPlaceholderConfigurer {
    private Map<String, String> propertiesMap;

    @Override
    protected void processProperties(ConfigurableListableBeanFactory beanFactory, Properties props)
            throws BeansException {

From source file ome.system.PreferenceContext.java

/**
 * Central configuration for OMERO properties from (in order):
 * <ul>
 * <li>Any injected {@link Properties} instances</li>
 * <li>Java {@link System#getProperties()}</li>
 * <li>Any configured property files</li>

From source file com.th.frame.extend.PropertyPlaceholderConfigurerHelper.java

/**
 * PropertyPlaceholderConfigurerHelper.java
 * <p>@description:</p>
 * @author css
 * @since Dec 31, 2012 1:37:28 PM created by css
 * @version 1.1 <p>create</p>

From source file it.geosolutions.geoserver.jms.impl.utils.JMSPropertyPlaceholderConfigurer.java

public class JMSPropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer implements InitializingBean {

    private final JMSConfiguration config;
    private final Resource defaults;

    public JMSPropertyPlaceholderConfigurer(Resource defaultFile, JMSConfiguration config) throws IOException {

From source file com.apress.progwt.server.util.HostPrecedingPropertyPlaceholderConfigurer.java

/**
 * HostPrecedingPropertyPlaceholderConfigurer
 * 
 * Extends PropertyPlaceholderConfigurer to insert $hostname.property
 * 
 * sample properties file:

From source file org.ambraproject.configuration.SpringPlaceholderConfigurer.java

/**
 * A Spring Configurer that uses the commons-configuration singleton
 * <code>ConfigurationStore</code> in this package to get its configuration.
 *
 * @author Eric Brown
 */

From source file ar.com.zauber.commons.spring.configurers.SystemPropertyPlaceholderConfigurer.java

/**
 * {@link PropertyPlaceholderConfigurer} que obtiene los valores a remplazar
 * de las propiedades del sistema.
 * 
 * Util para proveer propiedades desde un main.
 *