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 ninja.eivind.hotsreplayuploader.di.nodes.JavaFXNode.java

/**
 * Functional interface used by JavaFX {@link javafx.scene.Node}s that need to be initialized by the {@link FXMLLoader}
 */
@FunctionalInterface
public interface JavaFXNode extends InitializingBean {

From source file fr.acxio.tools.agia.alfresco.configuration.AbstractAssociationDefinition.java

/**
 * <p>
 * Abstract AssociationDefinition holding common properties.
 * </p>
 * 
 * @author pcollardez

From source file org.hdiv.beans.factory.MustBeInitialized.java

/**
 * Simple test of BeanFactory initialization
 * @author Rod Johnson
 * @since 12.03.2003
 */
public class MustBeInitialized implements InitializingBean {

From source file de.hybris.platform.acceleratorservices.util.RegexParser.java

/**
 * Parser operating on a configured regular expression to return a matching part or null.
 */
public class RegexParser implements InitializingBean {
    private static final int DEFAULT_GROUP = 0;

From source file com.opengamma.language.context.DefaultGlobalContextEventHandler.java

/**
 * The default global context event handler.
 */
public final class DefaultGlobalContextEventHandler implements InitializingBean, GlobalContextEventHandler {

    private static final Logger s_logger = LoggerFactory.getLogger(DefaultGlobalContextEventHandler.class);

From source file org.hoteia.qalingo.app.business.job.email.AbstractEmailItemWriter.java

/**
 * 
 */
public abstract class AbstractEmailItemWriter implements ItemWriter<Email>, InitializingBean {

    private final Logger logger = LoggerFactory.getLogger(getClass());

From source file org.dspace.discovery.configuration.DiscoveryConfiguration.java

/**
 * @author Kevin Van de Velde (kevin at atmire dot com)
 */
public class DiscoveryConfiguration implements InitializingBean {

    /** The configuration for the sidebar facets **/

From source file com.tp.cache.MemcachedSimulator.java

/**
 * JMemcached?, ?.
 * 
 * @author calvin
 */
public class MemcachedSimulator implements InitializingBean, DisposableBean {

From source file org.vertx.mods.examples.beans.EchoVertxAwareInjection.java

/**
 * @author swilliams
 *
 */
public class EchoVertxAwareInjection extends AbstractEcho implements InitializingBean, VertxAware {

From source file org.jasig.springframework.beans.factory.MustBeInitialized.java

/**
 * Simple test of BeanFactory initialization
 * @author Rod Johnson
 * @since 12.03.2003
 */
public class MustBeInitialized implements InitializingBean {