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

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

Introduction

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

Usage

From source file cn.zhuqi.mavenssh.ext.util.PPConfigurer.java

/**
 *
 * @author Administrator
 */
public class PPConfigurer extends PreferencesPlaceholderConfigurer {

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

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

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

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