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 org.wallerlab.yoink.density.config.DensityConfig.java

/**
 * this class is to configure density project
 * 
 * @author Min Zheng
 *
 */

From source file org.talend.components.api.service.context.spring.GlobalContextSpring.java

/**
 * GlobalContext implementation for Spring container
 */
@Component
public class GlobalContextSpring extends GlobalI18N implements ApplicationContextAware {

From source file org.geoserver.wps.UnsupportedParameterTypeProcessFilter.java

/**
 * A process filter that removes from the supported processes the ones that have inputs of outputs
 * we cannot deal with using the available {@link ProcessParameterIO} objects
 * 
 * @author Andrea Aime - GeoSolutions
 *

From source file org.suren.autotest.web.framework.settings.SpringUtils.java

/**
 * ?spring
 * @author suren
 * @date 2017123 ?9:02:06
 */
@Component

From source file org.reindeer.redis.JedisProxy.java

/**
 * Jedis?
 * Created by fzy on 2014/7/6.
 */
@Component
public class JedisProxy implements ApplicationContextAware {

From source file org.talend.components.api.context.spring.GlobalContextSpring.java

/**
 * GlobalContext implementation for Spring container
 */
@Component
public class GlobalContextSpring extends GlobalContext implements ApplicationContextAware {

From source file org.synyx.hera.core.support.AbstractTypeAwareSupport.java

/**
 * Abstract base class to implement types that need access to all beans of a
 * given type from the {@link ApplicationContext}.
 * 
 * @author Oliver Gierke - gierke@synyx.de
 */

From source file com.vaadin.s4v.util.SpringUtil.java

/**
 * @author Serkan ZAL
 * 
 * Contact Informations:
 *       GitHub   : https://github.com/serkan-ozal
 *       LinkedIn : www.linkedin.com/in/serkanozal

From source file pub.vrtech.common.logs.LoggerAdapter.java

/**
 *
 * Function description 1.XXX 2.XXX
 * 
 * @author houge
 */

From source file org.obiba.onyx.core.batch.JobTriggerListFactoryBean.java

/**
 * Factory bean for creating a list of job triggers (for quartz scheduler).
 */
public class JobTriggerListFactoryBean implements FactoryBean, ApplicationContextAware {
    //
    // Instance Methods