List of usage examples for org.springframework.beans.factory.config PropertyPlaceholderConfigurer subclass-usage
From source file com.redpill_linpro.springframework.beans.factory.config.JdbcPlaceholderConfigurer.java
/**
* Subclass of PropertyPlaceholderConfigurer that supports loading properties
* from a JDBC datasource.
*
* <p>Tries to resolve placeholders as keys using the provided SQL select statement.
* </p>
From source file org.jasypt.spring.properties.EncryptablePropertyPlaceholderConfigurer.java
/**
* <p>
* Subclass of
* <tt>org.springframework.beans.factory.config.PropertyPlaceholderConfigurer</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 com.sxthsenseapp.api.s3propertyloader.S3PropertyPlaceholderConfigurer.java
public class S3PropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer { private S3ResourceLoader resourceLoader; private String[] s3Locations = new String[0]; private Resource[] conventionalResources = new Resource[0]; private boolean ignoreS3resourceNotFound = false;
From source file com.baomidou.framework.spring.MutilPropertyPlaceholderConfigurer.java
/**
* <p>
* spring ???????
* </p>
* <p>
* ??? key ? configEnv spring_runmode<br>
From source file org.jasypt.spring31.properties.EncryptablePropertyPlaceholderConfigurer.java
/**
* <p>
* Subclass of
* <tt>org.springframework.beans.factory.config.PropertyPlaceholderConfigurer</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 com.javacreed.api.secureproperties.spring.PropertiesFilePlaceholderConfigurer.java
/** * TODO: we need to make this configurable */ public class PropertiesFilePlaceholderConfigurer extends PropertyPlaceholderConfigurer { private static final Logger LOGGER = LoggerFactory.getLogger(PropertiesFilePlaceholderConfigurer.class);
From source file com.glaf.core.config.MutilPropertyPlaceholderConfigurer.java
/** * ??????? * */ public class MutilPropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer implements InitializingBean {
From source file no.back.springextensions.RelaxedPlaceHolderConfigurer.java
/**
* Reads properties from CouchDB database filling place holders for Spring
* beans.
*
* @author christopher.olaussen
* @see DBFactory
From source file org.settings4j.helper.spring.Settings4jPlaceholderConfigurer.java
/**
* Subclass of PropertyPlaceholderConfigurer uses the Settings4j API.
* <p>
* You can also configure a Prefix if
* </p>
*
From source file net.bubble.common.utils.PropertiesUtil.java
/** * ? * @author shiwen_xiao<xiaosw@msn.cn> * @since 2015128 */ public class PropertiesUtil extends PropertyPlaceholderConfigurer {