List of usage examples for org.springframework.beans.factory InitializingBean interface-usage
From source file com.enonic.cms.core.localization.LocalizationResourceBundleServiceImpl.java
@Component public final class LocalizationResourceBundleServiceImpl implements LocalizationResourceBundleService, InitializingBean { private ResourceService resourceService; private CacheFacade cacheFacade;
From source file com.flipkart.aesop.runtime.config.ConsumerRegistration.java
/**
* <code>ConsumerRegistration</code> holds information for registering a Databus {@link AbstractDatabusCombinedConsumer} with the
* {@link DefaultClient} against a Relay Logical Source name
*
* @author Regunath B, Jagadeesh Huliyar
* @version 1.0, 24 Jan 2014
From source file grails.plugin.springsecurity.authentication.encoding.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 org.nabucco.alfresco.enhScriptEnv.common.webscripts.EnhancedScriptDebugger.java
public class EnhancedScriptDebugger extends ScriptDebugger implements InitializingBean { private List<EnhancedScriptProcessor<?>> scriptProcessors; /** * {@inheritDoc} */
From source file org.eclipse.swordfish.samples.cxf.BookingServiceClientInvoker.java
public class BookingServiceClientInvoker implements InitializingBean { private static final Log LOG = LogFactory.getLog(BookingServiceClientInvoker.class); private Integer delayBeforeSending = 5000; private BookingService bookingService; public BookingService getBookingService() {
From source file technology.tikal.gae.spring.objectify.ObjectifyFactoryInitializer.java
/** * * @author Nekorp * */ public class ObjectifyFactoryInitializer implements InitializingBean {
From source file org.compass.spring.CompassDaoSupport.java
/**
* Convenient super class for Compass data access objects.
* <p>
* Requires either a <code>Compass</code> or a <code>CompassTemplate</code>
* to be set.
* <p>
From source file org.springframework.cloud.deployer.spi.cloudfoundry.CloudFoundryAppNameGenerator.java
/**
* CloudFoundry specific implementation of {@link AppNameGenerator}. This takes into account the
* configuration properties {@code enableRandomAppNamePrefix} and {@code appNamePrefix}.
*
* If {@code enableRandomAppNamePrefix} a random short string is prefixed to the base name.
* It is true by default. If {@code appNamePrefix} is set, it is also prefixed before the random string.
From source file org.miao.catstorage.supper.spring.CatStorageForSpring.java
/**
* Spring?
* <p>Spring????Spring</p>
* @author Miao
* @version 0.8
* @since 0.7
From source file org.terasoluna.gfw.common.codelist.AbstractReloadableCodeList.java
/** * Abstract implementation of reloadable {@link CodeList} */ public abstract class AbstractReloadableCodeList extends AbstractCodeList implements ReloadableCodeList, InitializingBean {