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

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

Introduction

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

Usage

From source file sample.GemFireClientServerReadyBeanPostProcessor.java

public class GemFireClientServerReadyBeanPostProcessor implements BeanPostProcessor {

    private static final long DEFAULT_TIMEOUT = TimeUnit.SECONDS.toMillis(60);

    private static final CountDownLatch LATCH = new CountDownLatch(1);

From source file com.enonic.cms.store.resource.FileResourceServiceImpl.java

public final class FileResourceServiceImpl implements FileResourceService, EntityChangeListener, BeanPostProcessor {
    private BlobStore blobStore;

    private SessionFactory sessionFactory;

    private final ArrayList<FileResourceListener> listeners;

From source file org.pshow.ecm.security.MethodAuditPostProcessor.java

/**
 * @author roy
 * 
 */
@SuppressWarnings("serial")
public class MethodAuditPostProcessor extends ProxyConfig

From source file com.cassius.spring.assembly.test.common.spring.SpringMockitoSpiedBeanReplaceProcessor.java

/**
 * The type Mockito spy wrapper bean post processor.
 */
public class SpringMockitoSpiedBeanReplaceProcessor implements BeanPostProcessor {

    /**

From source file org.apache.james.container.spring.lifecycle.AbstractLifecycleBeanPostProcessor.java

/**
 * Abstract base class which BeanPostProcessors should extend if they provide an
 * LifeCycle handling.
 * 
 * @param <T>
 */

From source file org.alfresco.repo.policy.annotation.AnnotatedBehaviourPostProcessor.java

/**
 * Annotated behaviour bean post processor.
 * <p>
 * Registers the annotated methods on behaviour beans with the policy component.
 *
 * @author Roy Wetherall

From source file it.geosolutions.geobatch.annotations.ActionServicePostProcessor.java

/**
 * Process Spring Beans after initialization looking for {@link AliasRegistry} to dynamically inject configuration alias into registry and associate action class to configuration class.
 * <p/>
 * All classes annotated with {@link Action} will be processed, the class specified in "configurationClass" parameter will be aliased.
 * <br/>
 * The Action class is associated with the name of configuration class to retrieve it after XML deserialization.

From source file org.granite.client.tide.spring.SpringContextManager.java

/**
 * @author William DRAI
 */
public class SpringContextManager extends SimpleContextManager
        implements ApplicationContextAware, BeanPostProcessor, BeanFactoryPostProcessor {

From source file org.archive.spring.ConfigPathConfigurer.java

/**
 * Bean to fixup all configuration-relative ConfigPath instances, and
 * maintain an inventory of referenced paths. 
 * 
 * For each bean, at BeanPostProcessor time, the bean is remembered for
 * later fixup. Then, at ApplicationListener ContextRefreshedEvent time, 

From source file ductive.console.commands.register.spring.ArgumentParserBeanPostProcessor.java

public class ArgumentParserBeanPostProcessor implements BeanPostProcessor {

    // deps

    private ArgParserRegistry argParserRegistry;