Example usage for org.springframework.context ApplicationContextAware interface-usage

List of usage examples for org.springframework.context ApplicationContextAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.context ApplicationContextAware interface-usage.

Usage

From source file com.techtrip.spring.beans.factory.ContextAwareBeanFactory.java

/**
 * A factory for creating ContextAwareBean objects.
 */
@Component
public class ContextAwareBeanFactory implements ApplicationContextAware, BeanFactoryPostProcessor {

From source file com.shigengyu.hyperion.cache.TransitionConditionCacheLoader.java

@Service
public class TransitionConditionCacheLoader extends
        CacheLoader<Class<? extends TransitionCondition>, TransitionCondition> implements ApplicationContextAware {

    private ApplicationContext applicationContext;

From source file gov.nih.nci.cagrid.portal.portlet.workflow.util.Utils.java

/**
 * Utils
 * TODO type-comment Utils
 * @author Marek Kedzierski (kedzie@ci.uchicago.edu)
 * @created Apr 2, 2011 - 2011
 */

From source file com.alibaba.akka.DataQueryService.java

/**
 * BootstrapAkk.javaTODO  
 * @author yangbolin 19 Nov 2015 11:41:15 am
 */
public class DataQueryService implements ApplicationContextAware {

From source file ru.jts_dev.gameserver.GameServerApplication.java

/**
 * @author Camelion
 * @since 09.12.15
 */
@EnableScheduling
@EntityScan(basePackages = { "ru.jts_dev.common", "ru.jts_dev.gameserver" })

From source file nivance.jpa.cassandra.prepare.mapping.CassandraMappingContext.java

/**
 * Default implementation of a {@link MappingContext} for Cassandra using {@link BasicCassandraPersistentEntity} and
 * {@link BasicCassandraPersistentProperty} as primary abstractions.
 * 
 * @author Alex Shvid
 */

From source file org.smartparam.spring.SpringParamEngineFactory.java

/**
 *
 * @author Adam Dubiel
 */
public class SpringParamEngineFactory implements FactoryBean<ParamEngine>, ApplicationContextAware {

From source file com.developmentsprint.spring.breaker.support.CompositeCircuitManager.java

/**
 * Composite {@link CircuitManager} implementation that iterates over a given collection of delegate {@link CircuitManager} instances.
 * 
 * <p>
 * Allows {@link NoOpCircuitManager} to be automatically added to the end of the list for handling circuit breaker declarations without a backing manager.
 * Otherwise, any custom {@link CircuitManager} may play that role of the last delegate as well, lazily creating circuit breakers.

From source file com.ivanzhangwb.interpose.core.InterposeBootStrap.java

/**
 * AnnotationHandler.java???
 * 
 * @author zhangwenbo Jan 9, 2013 1:08:32 AM
 */
public class InterposeBootStrap implements DestructionAwareBeanPostProcessor, ApplicationContextAware {

From source file com.jbrisbin.vpc.jobsched.GroovyPluginManager.java

/**
 * @author Jon Brisbin <jon@jbrisbin.com>
 */
public class GroovyPluginManager implements PluginManager, ApplicationContextAware {

    protected final Logger log = LoggerFactory.getLogger(getClass());