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.carewebframework.api.ManifestIterator.java

/**
 * Service that provides access to manifests for all components on the class path.
 */
public class ManifestIterator implements ApplicationContextAware, Iterable<Manifest> {

    private static class ManifestEx extends Manifest {

From source file com.athena.dolly.common.provider.ApplicationContextProvider.java

/**
 * <pre>
 * 
 * </pre>
 * @author Ji-Woong Choi(jchoi@osci.kr)
 * @version 1.0

From source file org.bpmscript.process.spring.ApplicationContextDefinitionConfigurationLookup.java

/**
 * Looks up properties in the application context
 */
public class ApplicationContextDefinitionConfigurationLookup
        implements IDefinitionConfigurationLookup, ApplicationContextAware {

From source file org.ext4spring.parameter.ParameterBeanFactory.java

/**
 * Creates an AOP proxied version of the parameter bean
 * 
 * @author Peter Borbas
 * 
 */

From source file org.fcrepo.integration.mint.ContainerWrapper.java

/**
 * <p>ContainerWrapper class.</p>
 *
 * @author osmandin
 * @author ajs6f
 */

From source file org.springmodules.validation.bean.conf.loader.annotation.handler.ConditionReferenceValidationAnnotationHandler.java

/**
 * An {@link org.springmodules.validation.bean.conf.loader.annotation.handler.AbstractPropertyValidationAnnotationHandler}
 * implementation that handles {@link @ConditionRef} annotations for which it creates an appropriate validation rule.
 *
 * @author Uri Boness
 */

From source file org.jolokia.jvmagent.spring.SpringJolokiaAgent.java

/**
 * A specialized JVM Agent for Spring environments
 *
 * @author roland
 * @since 26.12.12
 */

From source file org.jasig.portlet.survey.service.report.SurveyReportMapperImpl.java

@Service
public class SurveyReportMapperImpl implements ISurveyReportMapper, ApplicationContextAware {

    private ApplicationContext applicationContext;
    private final List<ISurveyReportGenerator> generators = new ArrayList<>();

From source file org.tangram.components.spring.TangramSpringServices.java

@Named
@Singleton
public class TangramSpringServices implements ApplicationContextAware {

    private static final Logger LOG = LoggerFactory.getLogger(TangramSpringServices.class);