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 net.nan21.dnet.core.api.Settings.java

public class Settings implements ISettings, ApplicationContextAware {

    /**
     * System properties defined in the application properties file.
     */
    private final Map<String, String> properties;

From source file org.apache.servicemix.cxf.transport.http_osgi.SpringOsgiServlet.java

public class SpringOsgiServlet extends OsgiServlet implements ApplicationContextAware {

    private ApplicationContext applicationContext;

    public SpringOsgiServlet(OsgiDestinationRegistryIntf transport) {
        super(transport);

From source file org.jasig.portlet.emailpreview.service.auth.AuthenticationServiceRegistryImpl.java

@Component
public class AuthenticationServiceRegistryImpl implements IAuthenticationServiceRegistry, ApplicationContextAware {

    private ApplicationContext applicationContext;

    @Override

From source file org.ualerts.fixed.service.SpringPrototypeBeanCommandService.java

/**
 * An implementation of {@link CommandService} that utilizes the Spring
 * Framework's prototype bean concept.  Commands using this service must
 * be annotated with {@link CommandComponent}.
 *
 * @author Carl Harris

From source file org.brushingbits.jnap.email.EmailFactory.java

/**
 * @author Daniel Rochetti
 * @since 1.0
 */
public class EmailFactory implements ApplicationContextAware {

From source file com.monarchapis.driver.util.SpringServiceResolver.java

/**
 * A Spring implementation of ServiceResolver that uses
 * <code>ApplicationContext</code> to look up beans.
 * 
 * @author Phil Kedy
 */

From source file org.jaffre.springframework.JaffreExporter.java

/**
 * @author Alexander Veit
 */
public class JaffreExporter implements ApplicationContextAware, InitializingBean {
    private ApplicationContext m_appContex;

From source file org.yamj.filescanner.ApplicationContextProvider.java

public class ApplicationContextProvider implements ApplicationContextAware {

    private static ApplicationContext applicationContext = null;

    /**
     * Created during the initialisation of Spring

From source file org.spring.data.gemfire.config.ForceGemFireSubRegionCreationBeanPostProcessor.java

/**
 * The ForceGemFireRegionCreationBeanPostProcessor class...
 *
 * @author John Blum
 * @see org.springframework.beans.factory.InitializingBean
 * @see org.springframework.beans.factory.config.BeanPostProcessor

From source file edu.nwpu.gemfire.monitor.service.PulseServiceFactory.java

/**
 * Class PulseServiceFactory
 * 
 * @author azambare
 * @since version 7.5
 */