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 com.app.framework.listeners.ApplicationListener.java

/**
 * Web application lifecycle listener.
 * listener?servlet
 * ????
 */
public class ApplicationListener implements ServletContextListener {

From source file nl.b3p.flamingomover.EMFListener.java

/**
 *
 * @author Meine Toonen <meinetoonen@b3partners.nl>
 */
public class EMFListener implements ServletContextListener {
    private static final Log log = LogFactory.getLog(EMFListener.class);

From source file edu.cornell.mannlib.oce.startup.StartupListener.java

/**
 * Read the settings file. Adjust the logs as required. Initialize the
 * OrcidClientContext.
 */
public class StartupListener implements ServletContextListener {
    private static final Log log = LogFactory.getLog(StartupListener.class);

From source file com.anjibei.app.framework.listeners.ApplicationListener.java

/**
 * Web application lifecycle listener.
 *
 * @author hedingwei
 */
public class ApplicationListener implements ServletContextListener {

From source file org.tizzit.core.classloading.ExternalLibClassLoaderInitializeListener.java

/**
 *
 * @author <a href="mailto:eduard.siebert@juwimm.com">Eduard Siebert</a>
 * company Juwi MacMillan Group GmbH, Walsrode, Germany
 * @version $Id$
 * @since tizzit-core 08.10.2009

From source file com.wafersystems.mrbs.listener.ServiceListener.java

/**
 * 
 * @author moon
 * 
 */
public class ServiceListener implements ServletContextListener {

From source file com.fpmislata.banco.presentation.database.ServerContextListenerImpl.java

/**
 *
 * @author alumno
 */
public class ServerContextListenerImpl implements ServletContextListener {

From source file com.dm.platform.listener.base.MyServletContextListener.java

/**
 *
 * @author Administrator
 */
//@WebListener
public class MyServletContextListener implements ServletContextListener {

From source file com.kesdip.license.web.listener.SchemaUpdateContextListener.java

/**
 * J2EE context listener which takes care of updating the DB schema.
 * <p>
 * Important: Declaration of this listener in <code>web.xml</code> must follow
 * that of Spring's.
 * </p>

From source file edu.cornell.mannlib.vitro.webapp.config.ConfigurationPropertiesSmokeTests.java

/**
 * Test that gets run at servlet context startup to check for the existence and
 * validity of properties in the configuration.
 */
public class ConfigurationPropertiesSmokeTests implements ServletContextListener {
    private static final Log log = LogFactory.getLog(ConfigurationPropertiesSmokeTests.class);