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.qm.frame.infrastructure.startup.ContextInit.java

/** 
 * @Description: ?Spring DIContextLoaderListener
 * @author meihu2007@sina.com
 * @date 20151229 ?9:00:03  
 */
public class ContextInit extends ContextLoaderListener {

From source file net.sourceforge.safr.jaas.web.spring.SecureContextLoaderListener.java

/**
 * @author Christian Ohr
 */
public class SecureContextLoaderListener extends ContextLoaderListener {

    @Override

From source file com.icanft.common.listener.ProjectInitListener.java

/**
 * <pre>
 * ??
 * 
 * <pre>
 * @author meihu2007@sina.com

From source file ar.com.zauber.commons.spring.mock.TestFriendlyContextLoaderListener.java

/**
 * @see TestFriendlyContextLoader
 * 
 * @author Juan F. Codagnone
 * @since Nov 13, 2007
 */

From source file de.itsvs.cwtrpc.core.ExtendedContextLoaderListener.java

/**
 * @author Volker Schmidt
 * @since 0.9
 */
public class ExtendedContextLoaderListener extends ContextLoaderListener {
    @Override

From source file org.urbantower.j4s.EmbeddedJettyContexLoaderListener.java

/**
 * customized context loader listener that ignores 'applicationContex.xml'
 * and use the given application context as parent context.
 */
class EmbeddedJettyContexLoaderListener extends ContextLoaderListener {

From source file com.mqm.frame.infrastructure.startup.ContextInit.java

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

From source file org.anyframe.oden.admin.web.JasperContextLoaderListener.java

/**
 * This is JasperContextLoaderListener Class
 * 
 * @author Junghwan Hong
 */
public class JasperContextLoaderListener extends ContextLoaderListener {

From source file org.elasticsoftware.elasticactors.spring.ElasticActorsContextLoaderListener.java

/**
 * @author Joost van de Wijgerd
 */
public final class ElasticActorsContextLoaderListener extends ContextLoaderListener {
    @Override
    public void contextInitialized(ServletContextEvent event) {

From source file org.anyframe.oden.admin.listener.JasperContextLoaderListener.java

/**
 * This is JasperContextLoaderListener Class
 * 
 * @author Junghwan Hong
 */
public class JasperContextLoaderListener extends ContextLoaderListener {