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 com.trender.util.ContextLoaderListenerConfig.java

@WebListener
public class ContextLoaderListenerConfig extends ContextLoaderListener {

}

From source file com.trender.user.config.ContextLoaderListenerConfig.java

/**
 *
 * @author Vladimir
 */
@WebListener
public class ContextLoaderListenerConfig extends ContextLoaderListener {

From source file gov.nih.nci.caintegrator.application.configuration.ConfigurationListener.java

/**
 * This servlet extends the spring ContextLoaderListener.  It still
 * allows you to load spring resources on startup, but this will
 * allow a user to access spring beans more easily from
 * any point within the application.
 * 

From source file com.swiftcorp.portal.common.listener.CustomContextLoaderListener.java

public class CustomContextLoaderListener extends ContextLoaderListener implements ServletContextListener {

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

    // private ApplicationContext applicationContext;

From source file com.moreopen.monitor.console.SpringContextLoaderListener.java

public class SpringContextLoaderListener extends ContextLoaderListener {

    private static final Logger logger = LoggerFactory.getLogger(SpringContextLoaderListener.class);

    @Override
    public void contextInitialized(ServletContextEvent event) {

From source file com.moreopen.websocket.demo.server.SpringContextLoaderListener.java

public class SpringContextLoaderListener extends ContextLoaderListener {

    private static final Logger logger = LoggerFactory.getLogger(SpringContextLoaderListener.class);

    @Override
    public void contextInitialized(ServletContextEvent event) {

From source file com.brick.base.listener.ContextAndDataAccessorLoaderListener.java

public class ContextAndDataAccessorLoaderListener extends ContextLoaderListener {

    @Override
    public void contextInitialized(ServletContextEvent event) {
        super.contextInitialized(event);
        SqlMapClient sqlMapClient = null;

From source file com.icanft.common.startup.ContextInit.java

/**
 * 
 * <pre>
 * ?Spring DIContextLoaderListener
 * </pre>
 * 

From source file greensopinion.restexample.test.web.EmbeddedWebContextLoaderListener.java

/**
 * A listener that is used to set the parent context when loading an application context.
 * In this way we can make a unit test context visible to a web application context.
 * 
 * @author David Green
 *

From source file net.kamhon.ieagle.application.JContextLoaderListener.java

public class JContextLoaderListener extends ContextLoaderListener {
    public JContextLoaderListener() {
    }

    public void contextInitialized(final ServletContextEvent servletContextEvent) {
        super.contextInitialized(servletContextEvent);