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.ohmage.jee.listener.ConfigurationFileImport.java

/**
 * <p>
 * Attempts to read the configuration file, if it exists, and stores it. Any
 * number of the configuration options may be chosen, and all users of this
 * class should have a default in place.
 * </p>

From source file org.apache.rave.util.OverridablePropertyPlaceholderConfigurer.java

/**
 * Reads property from the default location unless a system property is set.
 * The name of the system property is set by the parameter {@literal systemPropertyName}.
 */
public class OverridablePropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer {

From source file com.operalot.validator.util.OverridablePropertyPlaceholderConfigurer.java

/**
 * Reads property from the default location unless a system property is set.
 * The name of the system property is set by the parameter {@literal systemPropertyName}.
 */
public class OverridablePropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer {

From source file de.kaiserpfalzEdv.commons.jee.spring.CommonsConfigurationConfigurer.java

/**
 * A PropertiesPlaceholder
 *
 * @author fjm
 * @since 2012Q1
 */

From source file org.impalaframework.spring.ExtendedPropertyPlaceholderConfigurer.java

public abstract class ExtendedPropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer {

    private static final Log logger = LogFactory.getLog(ExtendedPropertyPlaceholderConfigurer.class);

    private String[] fileLocations;

From source file org.openxdata.server.OpenXDataPropertyPlaceholderConfigurer.java

/**
 * Extends the Spring PropertyPlaceholderConfigurer
 * which allows access to variables in the OPENXDATA_SETTINGS.property file.
 *
 * @author simon@cell-life.org
 */

From source file se.trillian.goodies.spring.HostNameBasedPropertyPlaceHolderConfigurer.java

/**
 * <p>
 * Spring {@link PropertyPlaceholderConfigurer} which reads host name specific
 * properties files. The names of the files will be derived from the location(s)
 * set using {@link #setLocations(Resource[])}. E.g. if a single resource,
 * <code>file:/some/path/jdbc.props</code>, has been set the following resources

From source file com.qpark.eip.core.spring.AbstractPlaceholderConfigurer.java

/**
 * Provides properties loaded by the {@link PropertyPlaceholderConfigurer}
 * routines.
 *
 * @author bhausen
 */

From source file org.red5.spring.ExtendedPropertyPlaceholderConfigurer.java

/**
 * An extension of {@link PropertyPlaceholderConfigurer}. Provides runtime
 * additions of properties and wildcard location lookups.
 * 
 * Properties can be added at runtime by using the static
 * {@link #addGlobalProperty} before* the bean definition is instantiated in the

From source file eu.eidas.node.utils.PluginPropertyLoader.java

/**
 * property loader for integration plugins
 */
public class PluginPropertyLoader extends PropertyPlaceholderConfigurer {
    private static final Logger LOGGER = LoggerFactory.getLogger(PluginPropertyLoader.class.getName());
    String locationProp = null;