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.uimafit.spring.factory.AnalysisEngineFactory_impl.java

/**
 * @author Richard Eckart de Castilho
 */
public class AnalysisEngineFactory_impl extends org.apache.uima.impl.AnalysisEngineFactory_impl
        implements ApplicationContextAware {
    private ApplicationContext applicationContext;

From source file org.uimafit.spring.factory.CasConsumerFactory_impl.java

/**
 * @author Richard Eckart de Castilho
 */
public class CasConsumerFactory_impl extends org.apache.uima.impl.CasConsumerFactory_impl
        implements ApplicationContextAware {
    private ApplicationContext applicationContext;

From source file org.uimafit.spring.factory.CustomResourceFactory_impl.java

/**
 * @author Richard Eckart de Castilho
 */
public class CustomResourceFactory_impl extends org.apache.uima.impl.CustomResourceFactory_impl
        implements ApplicationContextAware {
    private ApplicationContext applicationContext;

From source file com.autsia.socialboot.infrastructure.syncronization.ClusterMembershipListener.java

/**
 * Listener for events related to Hazelcast nodes lifecycle
 * (e.g. new node appears, existing node removes etc.)
 */
@Component
public class ClusterMembershipListener implements MembershipListener, ApplicationContextAware {

From source file org.carewebframework.smart.ui.SmartLocator.java

/**
 * Locates SMART app manifests and registers them as CareWeb plugins. Manifests must end in the
 * extension ".smart" and be a valid JSON-ized manifest format.
 */
public class SmartLocator implements ApplicationContextAware {

From source file org.uimafit.spring.factory.CollectionReaderFactory_impl.java

/**
 * @author Richard Eckart de Castilho
 */
public class CollectionReaderFactory_impl extends org.apache.uima.impl.CollectionReaderFactory_impl
        implements ApplicationContextAware {
    private ApplicationContext applicationContext;

From source file com.evolveum.midpoint.repo.sql.CompositeDataSource.java

/**
 * @author lazyman
 */
public class CompositeDataSource implements ApplicationContextAware {

    private static final Trace LOGGER = TraceManager.getTrace(CompositeDataSource.class);

From source file ar.com.zauber.commons.spring.beans.factory.impl.ContextPathRegexCaseBlock.java

/**
 * Implementacin de {@link CaseBlock} que permite preguntar por donde 
 * est desplegada la apliacin. Ej:
 * 
 * <pre>
 * <bean name="test1"

From source file org.uimafit.spring.factory.CasInitializerFactory_impl.java

/**
 * @author Richard Eckart de Castilho
 */
@Deprecated
public class CasInitializerFactory_impl extends org.apache.uima.impl.CasInitializerFactory_impl
        implements ApplicationContextAware {

From source file org.vaadin.spring.i18n.config.VaadinI18NConfiguration.java

/**
 * Configuration class used by {@literal @}EnableVaadinI18N
 * 
 * Spring configuration for the {@link org.vaadin.spring.i18n.CompositeMessageSource}. Please remember to
 * define {@link org.vaadin.spring.i18n.MessageProvider} beans that can serve the message source with messages.
 *