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 egovframework.rte.itl.webservice.service.impl.EgovWebServiceClassLoaderFactoryBean.java

/**
 * EgovWebServiceCalssLoader? FactoryBean ?
 * <p>
 * <b>NOTE:</b> EgovWebServiceCalssLoader? FactoryBean
 * class?.
 * @author   ?

From source file com.googlecode.starflow.core.key.SequenceFactory.java

/**
 * 
 * @author libinsong1204@gmail.com
 * @version 1.0
 */
public class SequenceFactory implements ApplicationContextAware {

From source file org.jasig.portlet.notice.util.SpringContext.java

/**
 * This class provides support for non-Spring managed objects to obtain
 * references to Spring managed beans.
 * 
 * @author mglazier
 */

From source file org.pmedv.core.context.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

From source file app.core.ApplicationContextProvider.java

/**
 * Static reference to Spring ApplicationContext so we can access Spring beans from anywhere.
 */
@Component
@Scope("singleton")
public class ApplicationContextProvider implements ApplicationContextAware {

From source file com.sinosoft.one.mvc.web.portal.impl.PortalFactoryDelegate.java

/**
 * 
 *
 * 
 */
public class PortalFactoryDelegate implements PortalFactory, ApplicationContextAware {

From source file org.cloudfoundry.test.service.ServiceHolder.java

/**
 * Container for auto-wired dependencies. Serves as verification of proper
 * dependency resolution by AppContext
 *
 * @author Jennifer Hickey
 * @author Thomas Risberg

From source file org.syncope.core.util.ApplicationContextProvider.java

public class ApplicationContextProvider implements ApplicationContextAware {

    /**
     *  Wiring the ApplicationContext into a static method.
     * @param ctx Spring application context
     * @throws BeansException  if thrown by application context methods

From source file com.liferay.portal.spring.extender.internal.hibernate.session.ModuleSessionFactory.java

/**
 * @author Miguel Pastor
 */
public class ModuleSessionFactory extends PortletSessionFactoryImpl implements ApplicationContextAware {

    @Override

From source file com.pos.spatobiz.app.view.desktop.TombolGambarAbstract.java

/**
 *
 * @author echo
 */
public class TombolGambarAbstract extends Button implements ApplicationContextAware, InitializingBean {