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.atemsource.atem.impl.infrastructure.BeanCreator.java

@Service
@Deprecated
public class BeanCreator implements ApplicationContextAware {

    private ApplicationContext applicationContext;

From source file com.pivotal.gemfire.tools.pulse.internal.service.PulseServiceFactory.java

/**
 * Class PulseServiceFactory
 * 
 * @since version 7.5
 */
@Component

From source file com.iisigroup.cap.message.CapReloadableResourceBundleMessageSource.java

/**
 * <pre>
 * ReloadableResourceBundleMessageSource
 * </pre>
 * 
 * @since 2011/12/23

From source file cf.spring.servicebroker.AbstractAnnotationCatalogAccessorProvider.java

/**
 * Abstract {@link CatalogAccessorProvider} that guests that a certain bean offers
 * a certain service which has annotated methods. So, the {@link BrokerServiceAccessor}
 * will be based on annotations.
 *
 * @author Sebastien Gerard

From source file org.echocat.jomon.spring.AutomaticServicesDiscovery.java

public abstract class AutomaticServicesDiscovery<V, C extends Collection<V>>
        implements FactoryBean<C>, ApplicationContextAware {

    private final Class<V> _expectedType;
    private ApplicationContext _applicationContext;

From source file org.springmodules.validation.util.context.ContextAware.java

/**
 * @author Uri Boness
 */
public interface ContextAware extends ApplicationContextAware, BeanFactoryAware, ResourceLoaderAware,
        MessageSourceAware, ServletContextAware, ApplicationEventPublisherAware {

From source file salve.depend.spring.SalveConfigurator.java

/**
 * A bean that when dropped into a spring context will link DependencyLibrary
 * with that spring context
 * <p>
 * Example spring configuration: {@code  <bean
 * class="salve.depend.spring.SalveConfigurator"/>}

From source file com.dangdang.ddframe.job.spring.schedule.SpringJobController.java

/**
 * Spring?.
 *
 * @author caohao
 */
public class SpringJobController extends JobController implements ApplicationContextAware {

From source file com.snaker.Factory.java

public class Factory implements ApplicationContextAware {
    private static Factory instance = null;
    private ApplicationContext context;
    private WebServer webServer;
    private Setting setting;
    private TaskManager taskManager;

From source file grails.plugin.springsecurity.rest.RestSecurityEventListener.java

/**
 * Registers as an event listener and delegates handling of security-related events
 * to optional closures defined in Config.groovy.
 * <p/>
 * The following callbacks are supported:<br/>
 * <ul>