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.grails.web.servlet.context.GrailsContextLoaderListener.java

/**
 * Extends the Spring default ContextLoader to load GrailsApplicationContext.
 *
 * @author Graeme Rocher
 */
public class GrailsContextLoaderListener extends ContextLoaderListener {

From source file org.codehaus.groovy.grails.web.context.GrailsContextLoaderListener.java

/**
 * Extends the Spring default ContextLoader to load GrailsApplicationContext.
 *
 * @author Graeme Rocher
 */
public class GrailsContextLoaderListener extends ContextLoaderListener {

From source file com.glaf.core.context.StartupListener.java

public class StartupListener extends ContextLoaderListener implements ServletContextListener {
    private static final Log logger = LogFactory.getLog(StartupListener.class);

    protected static Configuration conf = BaseConfiguration.create();

    private static class SchedulerRunner extends Thread {

From source file net.firejack.platform.model.config.listener.ConfigContextLoaderListener.java

public class ConfigContextLoaderListener extends ContextLoaderListener implements GatewayListener {

    private ServletContextEvent event;

    @Override
    public void contextInitialized(ServletContextEvent event) {

From source file no.kantega.publishing.spring.OpenAksessContextLoaderListener.java

/**
 * Custom ContextLoaderListener for Flyt CMS.
 * Locates the application directory and exposes it as a ${appDir} property in the Spring Application Context.
 */
public class OpenAksessContextLoaderListener extends ContextLoaderListener {

From source file org.red5.server.war.WarLoaderServlet.java

import org.springframework.web.context.ContextLoaderListener;
import org.springframework.web.context.WebApplicationContext;

/**
 * Entry point from which the server config file is loaded while running within
 * a J2EE application container.

From source file org.red5.server.war.RootContextLoaderServlet.java

/**
 * Entry point from which the server config file is loaded while running within
 * a J2EE application container.
 * 
 * This listener should be registered after Log4jConfigListener in web.xml, if
 * the latter is used.

From source file org.apache.roller.weblogger.ui.core.RollerContext.java

/**
 * Initialize the Roller web application/context.
 */
public class RollerContext extends ContextLoaderListener implements ServletContextListener {

    private static Log log = LogFactory.getLog(RollerContext.class);

From source file edu.stanford.epad.epadws.listener.StartupListener.java

/**
 * <p>StartupListener class used to initialize stuff at Startup (including Spring Context).
 */
public class StartupListener extends ContextLoaderListener implements ServletContextListener {

    private static final Log log = LogFactory.getLog(StartupListener.class);