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 com.github.xdcrafts.flower.spring.impl.MiddlewareDefinition.java

/**
 * Definition of action to middleware mapping.
 */
public class MiddlewareDefinition implements ApplicationContextAware {

    private static final String SPLITTER_REGEX = ",";

From source file org.ngrinder.agent.service.MockAgentManagerServiceConfig.java

/**
 * Dynamically create a subclass of {@link AgentManagerService} depending on the cluster activation
 * status.
 *
 * @author JunHo Yoon
 * @since 3.1

From source file it.cosenonjaviste.alfresco.annotations.processors.runtime.ModuleComponentConfigurer.java

/**
 * <tt>BeanPostProcessor</tt> for {@link ModuleComponent} annotation.
 *
 * @author Andrea Como
 */
@Component

From source file org.bytesoft.openjtcc.supports.dubbo.internal.RemoteInvocationServiceFactoryImpl.java

public class RemoteInvocationServiceFactoryImpl implements RemoteInvocationServiceFactory, ApplicationContextAware {
    private ApplicationContext applicationContext;

    @Override
    public RemoteInvocationService getRemoteInvocationService(TerminalKey terminalKey) {
        RemoteInvocationEndpointSelector handler = new RemoteInvocationEndpointSelector();

From source file mg.jerytodik.scheduler.config.AutoWiringSpringBeanJobFactory.java

/**
 * @author nabil andriantomanga
 */
public class AutoWiringSpringBeanJobFactory extends SpringBeanJobFactory implements ApplicationContextAware {

    private transient AutowireCapableBeanFactory beanFactory;

From source file ch.sdi.core.util.ApplicationContextProvider.java

/**
 * Provides access to the spring application context for classes which cannot be managed by spring.
 * <p>
 *
 * @version 1.0 (20.11.2014)
 * @author Heri

From source file org.geowebcache.util.ApplicationContextProvider.java

public class ApplicationContextProvider implements ApplicationContextAware {

    private static Log log = LogFactory.getLog(org.geowebcache.util.ApplicationContextProvider.class);

    WebApplicationContext ctx;

From source file org.suren.autotest.web.framework.selenium.locator.AbstractTreeLocator.java

/**
 * ??
 * @author suren
 * @date Jul 30, 2016 7:47:18 PM
 */
public abstract class AbstractTreeLocator extends AbstractLocator<WebElement> implements ApplicationContextAware {

From source file org.parancoe.web.plugin.PluginInterceptor.java

/**
 * Questa classe fa da proxy per tutti gli interceptor configurati nei plugins.
 * Parancoe chiama questo interceptor che poi fa il dispatch a tutti gli
 * interceptor dei plugin.
 *
 * @author paolo.dona@seesaw.it

From source file org.brekka.stillingar.spring.converter.ApplicationContextConverter.java

/**
 * Type converter that will parse an section of XML to produce a Spring Application Context. This will allow an
 * application to dynamically reload an application context and have it injected into a bean.
 * 
 * @author Andrew Taylor (andrew@brekka.org)
 */