Example usage for org.springframework.beans.factory InitializingBean interface-usage

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

Introduction

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

Usage

From source file org.spring.beans.factory.config.BeanDependencyOrderVerificationBeanPostProcessor.java

/**
 * The OrderVerificationBeanPostProcessor class verifies the order of the Spring container's bean construction based on
 * dependency order.
 *
 * @author John Blum
 * @see org.spring.beans.TestBean

From source file fr.acxio.tools.agia.io.ChronoFileSystemResourceFactory.java

/**
 * <p>
 * A simple filesystem resource factory using a prefix, a suffix and a date
 * format to build the descriptor.
 * </p>
 * 

From source file org.terasoluna.gfw.common.exception.ResultMessagesLoggingInterceptor.java

/**
 * Interceptor class for logging {@link org.terasoluna.gfw.common.message.ResultMessages}.
 * <p>
 * Please treat as an object of singleton, because this class is thread-safe.
 * </p>
 * <h2>Example of the Settings for inject a custom ExceptionLogger</h2><br>

From source file com.googlecode.ehcache.annotations.integration.MockCacheKeyGenerator.java

/**
 * @author Eric Dalquist
 * @version $Revision$
 */
public class MockCacheKeyGenerator implements CacheKeyGenerator<Serializable>, InitializingBean {
    private static final List<MockCacheKeyGenerator> INSTANCES = new LinkedList<MockCacheKeyGenerator>();

From source file org.springframework.ldap.authentication.DefaultValuesAuthenticationSourceDecorator.java

/**
 * Decorator on AuthenticationSource to have default authentication information
 * be returned should the target return empty principal and credentials. Useful
 * in combination with <code>AcegiAuthenticationSource</code> if users are to be
 * allowed to read some information even though they are not logged in.
 * <p>

From source file com.dianping.cache.remote.jms.CacheMessageProducerSwallow.java

/**
 * CacheMessageProducerSwallow
 * @author youngphy.yang
 */
public class CacheMessageProducerSwallow implements Serializable, InitializingBean, MQSender {

From source file com.ximalaya.shardis.jedis.ShardJedisConnectionFactory.java

/**
 * <code>ShardRedisConnectionFactory</code> implementation based on jedis.
 * 
 * @author ted created at 2013-5-24
 * @version 1.0
 */

From source file org.esupportail.koha.services.UserAgentInspector.java

public class UserAgentInspector implements InitializingBean {

    private List<String> userAgentMobile;

    private final List<Pattern> patterns = new ArrayList<Pattern>();

From source file egovframework.rte.bat.core.item.file.mapping.EgovObjectMapper.java

/**
 * EgovObjectMapper ?
 * @author   ??
 * @since 2012.07.20
 * @version 1.0
 * @see 

From source file org.cherchgk.security.InitSecurityBean.java

/**
 * ??, ?  ?? ? .
 *  ? ?   ???  
 *  ?,      .
 *
 * @author Andrey Grigorov