List of usage examples for org.springframework.beans.factory InitializingBean interface-usage
From source file com.eryansky.common.datasource.DataSourceMethodInterceptor.java
/**
* ????
*
* @author &Eryan eryanwcp@gmail.com
* @date 2014-08-13
*/
From source file com.eryansky.common.datasource.SessionFactoryMethodInterceptor.java
/**
* ????
*
* @author &Eryan eryanwcp@gmail.com
* @date 2014-08-13
*/
From source file com.xyxy.platform.modules.extension.test.mail.MailServerSimulator.java
/**
* GreenMailMailServer?/
* localhost3025??SMTP?, ???greenmail@localhost.com/greemail, ??.
* FactoryBeangreenMailContext??.
*
*
From source file org.hupo.psi.mi.psicquic.view.webapp.ApplicationInitializer.java
/**
* Initializes the application.
*
* @author Bruno Aranda (baranda@ebi.ac.uk)
* @version $Id$
*/
From source file org.springside.modules.test.mail.MailServerSimulator.java
/**
* GreenMailMailServer?/
* localhost3025??SMTP?, ???greenmail@localhost.com/greemail, ??.
* FactoryBeangreenMailContext??.
*
* @author calvin
From source file com.enonic.cms.itest.home.HomeDirFactory.java
@Component @Profile("itest") public final class HomeDirFactory implements FactoryBean<HomeDir>, InitializingBean, DisposableBean { private HomeDir homeDir; @Override
From source file se.vgregion.alfresco.repo.scripts.IsOrphanDocument.java
/** * * @author jimmie */ public class IsOrphanDocument extends DeclarativeWebScript implements InitializingBean {
From source file org.jbb.lib.db.H2ManagedTcpServerManager.java
@Slf4j public class H2ManagedTcpServerManager implements InitializingBean { private final DbProperties dbProperties; private final H2ManagedServerProvider h2ManagedServerProvider;
From source file com.bstek.dorado.core.resource.GlobalResourceSearchPathRegister.java
/** * @author Benny Bao (mailto:benny.bao@bstek.com) * @since 2012-5-11 */ public class GlobalResourceSearchPathRegister implements InitializingBean, RemovableBean { private DefaultGlobalResourceBundleManager globalResourceBundleManager;
From source file org.activiti.explorer.ui.variable.VariableRendererConfigurer.java
/**
* Simple class that registers the {@link VariableRenderer} configured in it
* with the {@link VariableRendererManager} when bean is created.
*
* @author Frederik Heremans
*/