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.shept.org.springframework.web.servlet.mvc.support.ConfigurableLocaleDependentFormatResolver.java

/** 
 * @version $$Id: ConfigurableLocaleDependentFormatResolver.java 34 2010-08-20 16:46:49Z aha $$
 *
 * @author Andi
 *
 */

From source file de.msg.terminfindung.gui.administration.TerminfindungWatchdog.java

public class TerminfindungWatchdog extends WatchdogImpl implements InitializingBean {

    /**
     * SQL-Query, welche der Watchdog zur Prfung der Datenbankverbindung ausfhrt.
     */
    private static final String CONF_ADMIN_WATCHDOG_VALIDATION_QUERY = "admin.watchdog.validation.query";

From source file fr.mby.utils.common.jpa.AbstractOsgiJpaDao.java

/**
 * @author Maxime Bossard - 2013
 * 
 */
public abstract class AbstractOsgiJpaDao implements BundleContextAware, InitializingBean, DisposableBean {

From source file org.kmnet.com.fw.common.exception.ResultMessagesLoggingInterceptor.java

/**
 * Interceptor class for logging {@link org.kmnet.com.fw.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 de.hybris.platform.converters.impl.AbstractConverter.java

/**
 * Abstract implementation of the Converter interface that also supports the Populator interface. Implementations of
 * this base type can either be used as a converter or as a populator. When used as a converter the
 * {@link #createTarget()} method is called to create the target instance and then the {@link #populate(Object, Object)}
 * method is called to populate the target with values from the source instance. The {@link #createTarget()} method can
 * be implemented via a spring <tt>lookup-method</tt> rather than being overridden in code.

From source file com.sybase365.mobiliser.custom.project.converter.impl.BlacklistTypeConverter.java

/**
 * @since 2012-02-03
 */
public class BlacklistTypeConverter implements InitializingBean, IBlacklistTypeConverter {

    private DaoFactory daoFactory;

From source file org.kmnet.com.fw.common.codelist.NumberRangeCodeList.java

/**
 * Codelist consisting of range of numbers
 */
public class NumberRangeCodeList extends AbstractCodeList implements InitializingBean {
    /**
     * Start point of range of numbers(default 0)

From source file com.googlecode.spring.appengine.api.factory.SearchServiceFactoryBean.java

/**
 * {@link FactoryBean} that creates a {@link SearchService}.
 * 
 * <p>
 * Example configuration:
 * 

From source file lcn.module.batch.core.item.file.mapping.ObjectMapper.java

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

From source file com.marcosbarbero.cloud.config.oauth2.ConfigClientOAuth2ResourceDetails.java

/**
 * @author Marcos Barbero
 */
@Data
@ConfigurationProperties(ConfigClientOAuth2ResourceDetails.PREFIX)
public class ConfigClientOAuth2ResourceDetails implements InitializingBean {