Example usage for javax.servlet ServletContextListener interface-usage

List of usage examples for javax.servlet ServletContextListener interface-usage

Introduction

In this page you can find the example usage for javax.servlet ServletContextListener interface-usage.

Usage

From source file br.sp.mandala.config.AppServletContextListener.java

/**
 *
 * @author ebranco
 */
@Component
@WebListener

From source file org.miloss.fgsms.agentcore.servlets.ServetShutdownListener.java

/**
 * This is designed to stop and terminate the message process when the agent is
 * ran inside of a web application WAR or EAR file. It will block until the
 * queue has been purged, but no additional requests will be allowed to enter
 * the queue.
 *

From source file com.lyh.licenseworkflow.web.listener.StartupListener.java

/**
 * ????Spring
 *
 * @author kevin
 * @version Revision: 1.00 Date: 11-9-20?1:31
 * @Email liuyuhui007@gmail.com

From source file edu.cornell.mannlib.vitro.webapp.servlet.setup.JenaPersistentDataSourceSetup.java

/** 
 * Create connection to DB and DataSource, put them in the context.
 */
public class JenaPersistentDataSourceSetup extends JenaDataSourceSetupBase implements ServletContextListener {

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

From source file com.baidu.stqa.signet.web.common.spring.SpringInit.java

/**
 * @author suhanyuan
 * @version 3.0.0.0
 */

public class SpringInit implements ServletContextListener {

From source file com.ovalsearch.listener.OvalsearchContextListener.java

/**
 * @version 1.0, 22-Dec-2015
 * @author deepanshu
 */
public class OvalsearchContextListener implements ServletContextListener {

From source file com.medlog.webservice.lifecycle.NewServletListener.java

/**
 * Web application lifecycle listener.
 *
 * @author
 */
public class NewServletListener

From source file com.seeyon.apps.dee.DEEInitialitionListener.java

public class DEEInitialitionListener implements ServletContextListener {
    private final static Log log = LogFactory.getLog(DEEInitialitionListener.class);
    public static final String DEE_HOME = "DEE_HOME";

    public void contextDestroyed(ServletContextEvent arg0) {
        // TODO Auto-generated method stub

From source file com.baidu.terminator.manager.common.SpringInit.java

public class SpringInit implements ServletContextListener {

    private static ApplicationContext context;

    public void contextInitialized(ServletContextEvent event) {
        context = WebApplicationContextUtils.getWebApplicationContext(event.getServletContext());

From source file org.jasig.cas.web.init.SafeContextLoaderListener.java

import org.springframework.web.context.ContextLoaderListener;

/**
 * A {@link ServletContextListener} which wraps Spring's
 * {@link ContextLoaderListener} and catches anything that delegate throws so as
 * to prevent its having thrown a Throwable from aborting the initialization of