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.zuoxiaolong.blog.common.web.HeldPropertyPlaceholderConfigurer.java

/**
 * springPropertyPlaceholderConfigurer,??properties.
 *
 * @author Xiaolong Zuo
 * @since 1.0.0
 *

From source file com.google.api.ads.adwords.awreporting.util.DynamicPropertyPlaceholderConfigurer.java

/**
 * This class is used to inject dynamic resource files into the Spring application context
 *
 * @author gustavomoreira@google.com (Gustavo Moreira)
 */
public class DynamicPropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer {

From source file com.google.api.ads.adwords.jaxws.extensions.util.DynamicPropertyPlaceholderConfigurer.java

/**
 * This class is used to inject dynamic resource files into the Spring application context
 *
 * @author gustavomoreira@google.com (Gustavo Moreira)
 */
public class DynamicPropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer {

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

/**
 *
 * Clase para configurar por JNDI.
 *
 * Es una clase pensada para que el lookup se haga a partir de archivos con path
 * absoluto que se encuentran configurados via JNDI.

From source file org.geoserver.cluster.impl.utils.JMSPropertyPlaceholderConfigurer.java

public class JMSPropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer implements InitializingBean {

    private final JMSConfiguration config;

    private final Resource defaults;

From source file org.craftercms.cstudio.publishing.ReadablePropertyPlaceholderConfigurer.java

/**
 * Property configurer that provides merged properties
 * 
 * @author hyanghee
 *
 */

From source file com.bblink.spring.ArchaiusPropertyPlaceholderConfigurer.java

/**
 * @author Muxi Zhang
 */
public class ArchaiusPropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer
        implements InitializingBean {

From source file nl.nn.adapterframework.configuration.HostnamePropertyPlaceholderConfigurer.java

/**
* Make the hostname property available to the Ibis configuration and the Spring
* configuration.
*
* @author Jaco de Groot
*/

From source file nl.nn.adapterframework.configuration.WebContentPropertyPlaceholderConfigurer.java

/**
 * Make the webContent.dir property available to the Ibis configuration and the
 * Spring configuration.
 * 
 * @author Peter Leeuwenburgh
 */

From source file org.lilyproject.runtime.rapi.ConfPlaceholderConfigurer.java

/**
 * Resolves ${...} expressions in the Spring bean configuration using
 * the {@link ConfRegistry}. The syntax for the expressions is
 * ${conf-path:jxpath-expr}.
 */
public class ConfPlaceholderConfigurer extends PropertyPlaceholderConfigurer {