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.fengduo.bee.commons.core.SpringContextAware.java

/**
 * @author zxc May 28, 2015 5:24:45 PM
 */
@Component
public class SpringContextAware implements ApplicationContextAware, BeanFactoryPostProcessor {

From source file org.openmrs.module.usagestatistics668.util.ContextProvider.java

/**
 * Utility class to give non bean classes access to the Spring application context
 * and the servlet context
 */
public class ContextProvider implements ApplicationContextAware, ServletContextAware {

From source file org.openmrs.module.tracpatienttransfer.util.ContextProvider.java

/**
 * Utility class to give non bean classes access to the Spring application context
 * and the servlet context
 */
public class ContextProvider implements ApplicationContextAware, ServletContextAware {

From source file com.btmatthews.atlas.quartz.AutowiringSpringBeanJobFactory.java

/**
 * Overrides {@link SpringBeanJobFactory} to auto-wire dependencies from the application context when creating job beans.
 *
 * @author <a href="mailto:brian@btmatthews.com">Brian Thomas Matthews</a>
 * @since 1.0.0
 */

From source file com.wiiyaya.framework.provider.tools.spring.AutowiringSpringBeanJobFactory.java

/**
 * <p></p>
 * <p>
 * <p>??</p>
 * <p>
 * <p></p>

From source file org.openmrs.module.addresshierarchyrwanda.util.AddressHierarchyRwandaContextAware.java

/**
 * Utility class to give non bean classes access to the Spring application context
 * and the servlet context
 */
public class AddressHierarchyRwandaContextAware implements ApplicationContextAware, ServletContextAware {

From source file net.danielwind.effcaching.recipe15.controllers.ApplicationContextProvider.java

/**
 * Created by The eXo Platform SAS
 * Author : eXoPlatform
 *          exo@exoplatform.com
 * May 13, 2015  
 */

From source file it.pronetics.madstore.common.configuration.spring.AbstractMadStoreConfigurationFactoryBean.java

/**
 * Abstract class to be extended by all <code>FactoryBean</code> implementations, providing
 * helper methods for accessing the current {@link MadStoreConfigurationBean} and beans declared
 * in the current Spring context.
 *
 * @author Sergio Bossa

From source file org.horizontaldb.util.BeanUtils.java

@Component
public class BeanUtils implements ApplicationContextAware {
    private ApplicationContext applicationContext;

    @Override
    public void setApplicationContext(ApplicationContext applicationContext) throws BeansException {

From source file com.peertopark.spring.commons.AutowiringSpringBeanJobFactory.java

/**
 *
 * @author Hector Espert
 */
public class AutowiringSpringBeanJobFactory extends SpringBeanJobFactory implements ApplicationContextAware {