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 org.alfresco.web.app.ContextListener.java

/**
 * ServletContextListener implementation that initialises the application.
 * 
 * NOTE: This class must appear after the Spring context loader listener
 * 
 * @author gavinc

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

/**
 * Convert any existing User resources (up to rel 1.2) in the UserAccounts Model
 * to UserAccount resources (rel 1.3 and on).
 */
public class UpdateUserAccounts implements ServletContextListener {
    private static final Log log = LogFactory.getLog(UpdateUserAccounts.class);

From source file org.hdiv.listener.InitListener.java

import org.hdiv.util.Constants;
import org.hdiv.util.HDIVUtil;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ResourceBundleMessageSource;
import org.springframework.web.context.WebApplicationContext;
import org.springframework.web.context.support.WebApplicationContextUtils;

From source file com.chilmers.configbootstrapper.ConfigServletContextListener.java

/**
 *  Config Bootstrapper - https://github.com/chilmers/config-bootstrapper/<br/>
 *    Helps initializing logging and application configuration for a system.<br/>
 *  This class implements a ServletContextListener and initializes 
 *  config-bootstrapper upon servlet context initialization.<br/>
 * <br/>

From source file com.dialectify.ws.artifacts.EdgeListener.java

public class EdgeListener implements ServletContextListener {

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

    @Override
    public void contextInitialized(ServletContextEvent sce) {

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

public class FileGraphSetup implements ServletContextListener {
    private static final Log log = LogFactory.getLog(FileGraphSetup.class);

    private static final String RDF = "rdf";
    private static final String ABOX = "abox";
    private static final String TBOX = "tbox";

From source file edu.kit.dama.scheduler.servlet.JobSchedulerInitializerListener.java

/**
 *
 * @author wq7203
 */
@WebListener
public class JobSchedulerInitializerListener implements ServletContextListener {

From source file org.pepstock.jem.gwt.server.listeners.StartUp.java

/**
 * Context listener which starts up JEM web application, initializing Log4j,
 * SharedObject and Hazelcast.<br>
 * Extends SHIRO startup, reading the context attribute
 * <code>hazelcast.config</code> which contains the configuration file to start
 * Hazelcast.

From source file nl.opengeogroep.filesetsync.server.FileHashCache.java

/**
 *
 * @author matthijsln
 */
public class FileHashCache implements ServletContextListener {
    private static final Log log = LogFactory.getLog(FileHashCache.class);

From source file org.apache.myfaces.webapp.StartupServletContextListener.java

/**
 * @author Manfred Geiler (latest modification by $Author: tomsp $)
 * @version $Revision: 472695 $ $Date: 2006-11-09 00:22:28 +0100 (Do, 09 Nov 2006) $
 */
public class StartupServletContextListener implements ServletContextListener {
    private static final Log log = LogFactory.getLog(StartupServletContextListener.class);