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

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

Introduction

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

Usage

From source file it.geosolutions.geobatch.catalog.file.GeoBatchDataDirAwarePropertyOverrideConfigurer.java

/**
 * 
 * GeoServer's specific subclass for {@link PropertyPlaceholderConfigurer} Spring bean to load properties file.
 * 
 * <p> This class is a special {@link PropertyPlaceholderConfigurer} that:
 * <ol>

From source file ar.com.zauber.commons.spring.configurers.JndiPropertyOverrideConfigurer.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.robotframework.remoteapplications.common.PropertyOverrider.java

public class PropertyOverrider extends PropertyOverrideConfigurer {
    private Properties properties;

    public PropertyOverrider() {
        this(new Properties());
    }

From source file net.sourceforge.jabm.spring.PropertyOverrideWithReferencesConfigurer.java

public class PropertyOverrideWithReferencesConfigurer extends PropertyOverrideConfigurer {

    @Override
    protected void applyPropertyValue(ConfigurableListableBeanFactory factory, String beanName, String property,
            String value) {
        if (value != null && value.length() > 0 && !(value.charAt(0) == '&')) {

From source file org.sakaiproject.util.ReversiblePropertyOverrideConfigurer.java

/**
 * This is just a version of Spring's PropertyOverrideConfigurer that lets the
 * bean name be specified Sakai-style before the property name instead of after.
 * (For example "myBean@the.property" instead of "the.property@myBean".)
 */
public class ReversiblePropertyOverrideConfigurer extends PropertyOverrideConfigurer {

From source file org.jasypt.spring.properties.EncryptablePropertyOverrideConfigurer.java

/**
 * <p>
 * Subclass of
 * <tt>org.springframework.beans.factory.config.PropertyOverrideConfigurer</tt>
 * which can make use of a {@link org.jasypt.encryption.StringEncryptor} or
 * {@link org.jasypt.util.text.TextEncryptor} object to decrypt property values

From source file org.jasypt.spring31.properties.EncryptablePropertyOverrideConfigurer.java

/**
 * <p>
 * Subclass of
 * <tt>org.springframework.beans.factory.config.PropertyOverrideConfigurer</tt>
 * which can make use of a {@link org.jasypt.encryption.StringEncryptor} or
 * {@link org.jasypt.util.text.TextEncryptor} object to decrypt property values