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.openmrs.module.jmx.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.vcttrac.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.urbantower.j4s.SpringWebAppContext.java

/**
 * extended WebAppContext with Spring support
 */
public class SpringWebAppContext extends WebAppContext implements ApplicationContextAware {

    private ApplicationContext context;

From source file com.bootcamp.utils.SpringContextHolder.java

/**
 * ?????Spring ApplicationContext, ???ApplicaitonContext.
 * 
 * @author Zaric
 * @date 2013-5-29 ?1:25:40
 */

From source file com.iih5.smartorm.kit.SpringKit.java

/**
 * spring?
 */
public class SpringKit implements ApplicationContextAware {
    private static ApplicationContext appContext = null;

From source file org.snaker.engine.spring.SnakerEngineFactoryBean.java

/**
 * SnakerEngine?springFactoryBean?SnakerEngine
 * @author yuqs
 * @version 1.0
 */
public class SnakerEngineFactoryBean implements FactoryBean<SnakerEngine>, ApplicationContextAware {

From source file config.web.ThymeleafConfig.java

/**
 *
 * @author sergio
 */
@Configuration
public class ThymeleafConfig implements ApplicationContextAware {

From source file org.openmrs.module.diagnosiscapturerwanda.DiagnosisCaptureRwandaContextAware.java

public class DiagnosisCaptureRwandaContextAware implements ApplicationContextAware, ServletContextAware {

    protected static ApplicationContext appContext = null;
    protected static ServletContext srvContext = null;

    /**

From source file io.gravitee.common.service.AbstractService.java

/**
 * @author David BRASSELY (brasseld at gmail.com)
 */
public abstract class AbstractService<T extends io.gravitee.common.component.LifecycleComponent>
        extends AbstractLifecycleComponent<T>
        implements ApplicationContextAware, io.gravitee.common.component.LifecycleComponent<T> {

From source file org.openmrs.module.pagecheck.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 {