Example usage for org.springframework.web.context ContextLoaderListener subclass-usage

List of usage examples for org.springframework.web.context ContextLoaderListener subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.context ContextLoaderListener subclass-usage.

Usage

From source file org.parancoe.plugins.italy.PopulateData.java

/**
 * @author paolo.dona@seesaw.it
 */
public class PopulateData extends ContextLoaderListener {

    private static final Logger log = LoggerFactory.getLogger(PopulateData.class);

From source file org.parancoe.plugins.sample.SampleContextListener.java

/**
 * @author paolo.dona@seesaw.it
 */
public class SampleContextListener extends ContextLoaderListener {

    private static final Logger log = LoggerFactory.getLogger(SampleContextListener.class);

From source file org.parancoe.plugins.world.WorldContextListener.java

/**
 * @author lucio.benfante@jugpadova.it
 */
public class WorldContextListener extends ContextLoaderListener {

    private static final Logger log = LoggerFactory.getLogger(WorldContextListener.class);

From source file org.italiangrid.storm.webdav.spring.web.MyLoaderListener.java

@Component
public class MyLoaderListener extends ContextLoaderListener {

    private ApplicationContext parentContext;

    public MyLoaderListener(ApplicationContext ctxt) {

From source file com.flipkart.aesop.runtime.spring.web.WebContextLoaderListener.java

/**
 * A custom {@link ContextLoaderListener} that uses the Runtime {@link RuntimeComponentContainer#getCommonRuntimeBeansContext()} as the parent ApplicationContext
 * 
 * @author Regunath B
 * @version 1.0, 12/05/2014
 */

From source file org.trpr.platform.batch.impl.spring.web.WebContextLoaderListener.java

/**
 * A custom {@link ContextLoaderListener} that uses the Trooper {@link SpringBatchComponentContainer#getCommonBatchBeansContext()} as the parent ApplicationContext
 * 
 * @author Regunath B
 * @version 1.0, 28/11/2012
 * 

From source file org.trpr.platform.servicefw.impl.spring.web.WebContextLoaderListener.java

/**
 * A custom {@link ContextLoaderListener} that uses the Trooper {@link SpringBatchComponentContainer#getCommonBatchBeansContext()} as the parent ApplicationContext
 * 
 * @author devashishshankar
 * @version 1.0, 05/03/2012
 */

From source file com.flipkart.phantom.runtime.impl.spring.web.WebContextLoaderListener.java

/**
 * A custom {@link ContextLoaderListener} that uses the ServiceProxy Runtime {@link ServiceProxyComponentContainer#getCommonProxyHandlerBeansContext()} as the parent ApplicationContext
 * 
 * @author Regunath B
 * @version 1.0, 14 Mar 2013
 */

From source file org.cyclop.web.webapp.SpringContextLoaderListener.java

/** @author Maciej Miklas */
@WebListener
public class SpringContextLoaderListener extends ContextLoaderListener {
}

From source file org.parancoe.plugins.securityevolution.InitializerContextListener.java

/**
    
 */
@Component("parancoe-plugin-springsecurity-evolution-InitializerContextListener")
public class InitializerContextListener extends ContextLoaderListener {