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.trpr.example.service.cep.CEPEngineResource.java

/**
 * The <code>CEPEngineResource</code> class is a CEP Engine {@link Resource} used in processing event stream processing in Trooper.
 * Looks up a CEP engine defined as a Spring Bean and identified by this Resource {@link Resource#getName()} method.
 * 
 * @author Regunath B
 * @version 1.0, 28/09/2012

From source file org.alfresco.util.bean.AbstractClasspathContextLoaderEvaluator.java

/**
 * Base class for classpath context loader evaluators.
 * 
 * @author rgauss
 */
public abstract class AbstractClasspathContextLoaderEvaluator

From source file org.jtheque.views.utils.OSGIMenu.java

/**
 * A menu in OSGi spring context.
 *
 * @author Baptiste Wicht
 */
public class OSGIMenu extends AbstractMenu implements BundleContextAware, ApplicationContextAware {

From source file net.paoding.rose.web.portal.impl.PortalFactoryDelegate.java

/**
 * 
 * @author  [qieqie.wang@gmail.com]
 * 
 */
public class PortalFactoryDelegate implements PortalFactory, ApplicationContextAware {

From source file net.sourceforge.hypo.inject.resolver.NamedSpringBeanResolver.java

/**
 * A Spring-aware DependencyResolver that looks up the Spring ApplicationContext to find the single bean
 * which has the name specified by the Dependency
 */
public class NamedSpringBeanResolver extends AbstractDependencyResolver implements ApplicationContextAware {
    private static Logger log = Logger.getLogger(NamedSpringBeanResolver.class.getCanonicalName());

From source file org.jasig.portlet.notice.service.ssp.SSPApiLocator.java

/**
 * Helper method to keep a static reference to the SSPAPI object.   Since
 * Actions are attached to NotificationEntries which should be serializable,
 * this takes care of looking up the service so that it does not need to be
 * injected into the Action.
 *

From source file com.athena.peacock.controller.common.provider.ApplicationContextProvider.java

/**
 * <pre>
 * 
 * </pre>
 * @author Sang-cheon Park
 * @version 1.0

From source file com.laxser.blitz.web.portal.impl.PortalFactoryDelegate.java

/**
 * Portal  ?
 *@author laxser  Date 2012-3-23 ?4:55:51
@contact [duqifan@gmail.com]
@PortalFactoryDelegate.java
     

From source file org.trpr.platform.core.impl.event.EndpointEventProducerImpl.java

/**
 * The <code>EndpointEventProducerImpl</code> is an implementation of the EndpointEventProducer interface.
 * Wraps the PlatformEvent into a PlatformApplicationEvent and publishes it to the Spring ApplicationContext.
 * 
 * @see org.springframework.context.ApplicationContext
 * 

From source file cn.edu.ahpu.common.dao.key.SequenceFactory.java

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