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 seava.j4e.presenter.AbstractApplicationContextAware.java

public abstract class AbstractApplicationContextAware implements ApplicationContextAware {

    private ApplicationContext applicationContext;

    public ApplicationContext getApplicationContext() {
        return applicationContext;

From source file net.nan21.dnet.core.presenter.AbstractApplicationContextAware.java

public abstract class AbstractApplicationContextAware implements ApplicationContextAware {

    private ApplicationContext applicationContext;

    public ApplicationContext getApplicationContext() {
        return applicationContext;

From source file com.thesoftwareguild.flightmaster.queryExecutor.Executor.java

/**
 *
 * @author yan
 */

public interface Executor extends ApplicationContextAware {

From source file org.owasp.webgoat.util.BeanProvider.java

/**
 *************************************************************************************************
 *
 *
 * This file is part of WebGoat, an Open Web Application Security Project utility. For details,
 * please see http://www.owasp.org/

From source file com.cch.aj.entryrecorder.common.ApplicationContextProvider.java

/**
 *
 * @author chacao
 */
public class ApplicationContextProvider implements ApplicationContextAware {

From source file com.oracle.cch.swingtest.common.ApplicationContextProvider.java

/**
 *
 * @author chacao
 */
public class ApplicationContextProvider implements ApplicationContextAware {

From source file org.zht.framework.spring.SpringCtxLoaderFromContextAware.java

public class SpringCtxLoaderFromContextAware implements ApplicationContextAware {
    private static ApplicationContext context = null;
    private static SpringCtxLoaderFromContextAware stools = null;

    public synchronized static SpringCtxLoaderFromContextAware init() {
        if (stools == null) {

From source file com.quartzdesk.executor.common.spring.ApplicationContextProvider.java

/**
 * Simple bean that exposes the current Spring application context
 * in all parts of the application even those parts are not registered
 * Spring beans.
 * <p/>
 * This bean should be registered in the Spring application context

From source file com.orange.clara.pivotaltrackermirror.springfactory.AutowiringSpringBeanJobFactory.java

/**
 * Copyright (C) 2016 Orange
 * <p>
 * This software is distributed under the terms and conditions of the 'Apache-2.0'
 * license which can be found in the file 'LICENSE' in this package distribution
 * or at 'https://opensource.org/licenses/Apache-2.0'.

From source file net.beachchou.spring.ioc.aware.ApplicationContextAwareBean.java

/**
 *
 * @author beach
 */
public class ApplicationContextAwareBean implements ApplicationContextAware {