Example usage for org.springframework.beans.factory.config BeanFactoryPostProcessor interface-usage

List of usage examples for org.springframework.beans.factory.config BeanFactoryPostProcessor interface-usage

Introduction

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

Usage

From source file org.echocat.jomon.spring.BeanPostConfigurer.java

@SuppressWarnings("CollectionDeclaredAsConcreteClass")
public class BeanPostConfigurer implements BeanFactoryPostProcessor, PriorityOrdered {

    @Nullable
    private Properties _properties;

From source file org.libreplan.web.common.entrypoints.RedirectorSynthetiser.java

/**
 * Creates implementations of controllers that sends http redirects to the proper page <br />
 *
 * @author scar Gonzlez Fernndez <ogonzalez@igalia.com>
 */
public class RedirectorSynthetiser implements BeanFactoryPostProcessor {

From source file com.edgenius.wiki.service.impl.SystemPropertyPlaceholderConfigurer.java

/**
 * I try to make geniuswiki.war file have as few as possible properties. But put most properties outside deployed war file. 
 * This make deployment and migration becomes easier.
 *  
 * It try to solve this problem: only one properties is inside deployed package classpath and this file has a property point to a 
 * external directory(rootKey=root.directory). By this root directory, link to another properties, which can define any properties which

From source file com.newtranx.util.cassandra.spring.MapperScannerConfigurer.java

/**
 * ??CassandraMapperSpring context
 * 
 * @author luyi
 *
 */

From source file org.bytesoft.bytetcc.supports.zk.TransactionCuratorClient.java

public class TransactionCuratorClient extends URLStreamHandler implements InitializingBean, DisposableBean,
        BeanFactoryPostProcessor, CuratorWatcher, CuratorListener, ConnectionStateListener {

    static final String KEY_DUBBO_REGISTRY_ZOOKEEPER = "zookeeper";
    static final String KEY_DUBBO_REGISTRY_ADDRESS = "address";
    static final String KEY_DUBBO_REGISTRY_PROTOCOL = "protocol";

From source file org.bytesoft.bytetcc.supports.dubbo.DubboConfigPostProcessor.java

public class DubboConfigPostProcessor implements BeanFactoryPostProcessor {
    static final Logger logger = LoggerFactory.getLogger(DubboConfigPostProcessor.class);

    public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException {
        ClassLoader cl = Thread.currentThread().getContextClassLoader();

From source file com.codestd.spring.cxf.config.EndpointBeanProcessor.java

/**
 * @author jaune(WangChengwei)
 * @since 1.0.0
 */
public class EndpointBeanProcessor
        implements BeanFactoryPostProcessor, DisposableBean, BeanPostProcessor, ApplicationContextAware {

From source file org.springframework.integration.config.DefaultConfiguringBeanFactoryPostProcessor.java

/**
 * A {@link BeanFactoryPostProcessor} implementation that provides default beans for the error handling and task
 * scheduling if those beans have not already been explicitly defined within the registry. It also registers a single
 * null channel with the bean name "nullChannel".
 *
 * @author Mark Fisher

From source file com.longio.spring.LongioBeanFactoryPostProcessor.java

/**
 * @author zhu jinxian
 * @date  20151012
 * 
 */
public class LongioBeanFactoryPostProcessor implements BeanFactoryPostProcessor {

From source file org.bigtester.ate.model.data.CaseDataProcessor.java

/**
 * This class CaseDataProcessor defines ....
 * @author Peidong Hu
 *
 */