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 cn.guoyukun.spring.SpeedUpSpringProcessor.java

/**
 * spring?bean
 * <p>User: 
 * <p>Date: 13-6-3 ?9:47
 * <p>Version: 1.0
 */

From source file de.acosix.alfresco.utility.common.spring.ImplementationClassReplacingBeanFactoryPostProcessor.java

/**
 * {@link BeanFactoryPostProcessor Bean factory post processor} to alter the implementation class of a bean definition without requiring an
 * override that may conflict with custom Spring configuration.
 *
 * @author Axel Faust, <a href="http://acosix.de">Acosix GmbH</a>
 */

From source file com.smartitengineering.util.bean.spring.SpringBeanRegistrar.java

/**
 * For registering bean factories to bean factory registrar
 * @author imyousuf
 * @since 0.2
 */
public class SpringBeanRegistrar implements BeanFactoryPostProcessor {

From source file com.techtrip.spring.beans.factory.ContextAwareBeanFactory.java

/**
 * A factory for creating ContextAwareBean objects.
 */
@Component
public class ContextAwareBeanFactory implements ApplicationContextAware, BeanFactoryPostProcessor {

From source file org.os890.adapter.cdi.springmvc.BeanFactoryAwareBeanFactoryPostProcessor.java

@Exclude
class BeanFactoryAwareBeanFactoryPostProcessor implements BeanFactoryPostProcessor {
    static ThreadLocal<ConfigurableListableBeanFactory> currentBeanFactory = new ThreadLocal<ConfigurableListableBeanFactory>();

    @Override
    public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException {

From source file com.luna.common.spring.SpeedUpSpringProcessor.java

 * spring?bean
 * 
 * <p>Date: 13-6-3 ?9:47
 * <p>Version: 1.0
 */
public class SpeedUpSpringProcessor implements BeanFactoryPostProcessor {

From source file com.framework.demo.spring.SpeedUpSpringProcessor.java

/**
 * spring?bean
 * <p>User: hyssop
 * <p>Date: 13-6-3 ?9:47
 * <p>Version: 1.0
 */

From source file com.cloudy.common.spring.SpeedUpSpringProcessor.java

/**
 * spring?bean
 * <p>User: Zhang Kaitao
 * <p>Date: 13-6-3 ?9:47
 * <p>Version: 1.0
 */

From source file org.vaadin.spring.internal.UIScope.java

/**
 * Implementation of Spring's {@link org.springframework.beans.factory.config.Scope} contract.
 * Registered by default as the scope {@code ui}.
 *
 * @author Josh Long (josh@joshlong.com)
 * @author Petter Holmstrm (petter@vaadin.com)

From source file com.cykj.base.common.spring.SpeedUpSpringProcessor.java

/**
 * spring?bean
 * <p>User: Zhang Kaitao
 * <p>Date: 13-6-3 ?9:47
 * <p>Version: 1.0
 */