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.business.service.ServiceLocatorBusinessJee.java

/**
 * Service locator utility methods.
 * 
 * @author amathe
 */
public class ServiceLocatorBusinessJee implements ApplicationContextAware, IServiceLocatorBusiness {

From source file com.levilee.levipetstore.orm.util.SpringContextHolder.java

/**
 * Spring ApplicationContext, ApplicaitonContext.
 * 
 * @author calvin
 */
public class SpringContextHolder implements ApplicationContextAware, DisposableBean {

From source file it.cavallefano.abstractfactoryspring.factory.ObjFactory.java

/**
 *
 * @author s.cavallotto
 */
public class ObjFactory implements ApplicationContextAware {

From source file com.resource.ResourceLoaderInjection3.java

/**
 * Created by xiaotao.wxt on 2014/12/5.
 */
public class ResourceLoaderInjection3 implements ApplicationContextAware {

    private ApplicationContext applicationContext;

From source file cl.vmetrix.spring.ApplicationContextProvider.java

/**
 * This class provides an application-wide access to the Spring
 * ApplicationContext. The ApplicationContext is injected in a static method of
 * the class "AppContext".
 *
 * Use AppContext.getApplicationContext() to get access to all Spring Beans.

From source file de.kbs.acavis.service.controller.ApplicationContextProvider.java

/**
 * This class is a simple provider for the current {@link ApplicationContext} created by spring-framework.<br />
 * The context is needed for accessing spring-created beans.
 * 
 * @author Sebastian
 *

From source file com.scf.core.context.spring.InjectAopSelfBeanProcessor.java

/**
 * ? ??
 * @author wubin
 */
public class InjectAopSelfBeanProcessor implements BeanPostProcessor, ApplicationContextAware {

From source file com.clican.pluto.common.bean.PropertyIntialHashMap.java

public class PropertyIntialHashMap<K, V> extends HashMap<K, V> implements ApplicationContextAware {

    /**
     * 
     */
    private static final long serialVersionUID = 3312811089454335428L;

From source file com.amalto.core.server.MDMContextAccessor.java

public class MDMContextAccessor implements ApplicationContextAware {

    private static final Log LOG = LogFactory.getLog(MDMContextAccessor.class);

    private static ApplicationContext CONTEXT;

From source file gov.nih.nci.cabig.ccts.security.HttpSessionPurgeLogoutHandler.java

public class HttpSessionPurgeLogoutHandler implements LogoutHandler, ApplicationContextAware {

    private static final Log logger = LogFactory.getLog(HttpSessionPurgeLogoutHandler.class);
    private ApplicationContext applicationContext;

    public void logout(HttpServletRequest request, HttpServletResponse response, Authentication authentication) {