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 io.pivotal.spring.xd.jdbcgpfdist.support.LoadFactoryBean.java

/**
 * FactoryBean for easy creation and configuration of {@link GreenplumLoad}
 * instances.
 *
 * @author Janne Valkealahti
 *

From source file org.opensourcebank.batch.reader.HazelcastMapItemReader.java

/**
 * <p>An {@link ItemReader} that given a map name, pulls data item by item from a Hazelcast (distributed) Map.</p>
 *
 * <p>This reader makes two assumptions:
 *
 *                1. Keys are {@link Long},

From source file org.zlogic.vogon.web.controller.serialization.JSONMapper.java

/**
 * JSON mapper configuration to not send unnecessary data to client
 *
 * @author Dmitry Zolotukhin [zlogic@gmail.com]
 */
@Service

From source file com.flipkart.aesop.serializer.stateengine.StateTransitioner.java

/**
 * The <code>StateTransitioner</code> creates or suitably initializes an existing {@link FastBlobStateEngine} for producing snapshots or deltas.
 * 
 * @author Regunath B
 * @version 1.0, 5 March 2014
 */

From source file org.apache.mina.springrpc.MinaServiceExporter.java

/**
 * 
 * @author politics wang
 * @since 2008-11-25
 * 
 */

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

public class UserAgentInspector implements InitializingBean {

    private List<String> userAgentMobile;

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

From source file org.obiba.runtime.upgrade.support.JdbcVersionModifier.java

public class JdbcVersionModifier implements VersionModifier, InitializingBean {

    private static final Logger log = LoggerFactory.getLogger(JdbcVersionModifier.class);

    private DataSource datasource;

From source file infowall.infrastructure.ConfigRootImpl.java

/**
 *
 */
@Service
class ConfigRootImpl implements InitializingBean, ConfigRoot {

From source file grails.plugins.springsecurity.DigestAuthPasswordEncoder.java

/**
 * Workaround for the limitation in Digest authentication where you must store passwords in
 * the database in cleartext so the encrypted password use for comparison with what the
 * browser sends will agree. This password encoder uses the same algorithm as the browser
 * and does a good job with encryption (it effectively uses the username and the Realm
 * name as a salt) but is completely unconfigurable.

From source file com.pos.spatobiz.app.view.desktop.TombolGambarAbstract.java

/**
 *
 * @author echo
 */
public class TombolGambarAbstract extends Button implements ApplicationContextAware, InitializingBean {