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 eu.openanalytics.rsb.config.BootstrapConfigurationServletContextListener.java

/**
 * Verifies that the RSB configuration is loadable and, if not, creates a default one so RSB can
 * start anyway.
 * 
 * @author "OpenAnalytics <rsb.development@openanalytics.eu>"
 */

From source file eionet.cr.common.JobScheduler.java

/**
 *
 * @author <a href="mailto:jaanus.heinlaid@tietoenator.com">Jaanus Heinlaid</a>
 *
 */
@SuppressWarnings("unchecked")

From source file org.openremote.beehive.listener.ApplicationListener.java

/**
 * @author Tomsky
 *
 */
public class ApplicationListener implements ServletContextListener {
    private ISVNClientAdapter svnClient = SVNClientFactory.getSVNClient();

From source file org.jboss.test.classloader.leak.web.ClassloaderLeakContextListener.java

public class ClassloaderLeakContextListener implements ServletContextListener {
    //   private Class[] RELEASE_SIGNATURE = {ClassLoader.class};

    public void contextInitialized(ServletContextEvent arg0) {
        org.jboss.test.classloader.leak.clstore.ClassLoaderStore.getInstance().storeClassLoader("WEBAPP",
                ClassloaderLeakContextListener.class.getClassLoader());

From source file org.musicrecital.webapp.listener.StartupListener.java

/**
 * <p>StartupListener class used to initialize and database settings
 * and populate any application-wide drop-downs.
 * <p/>
 * <p>Keep in mind that this listener is executed outside of OpenSessionInViewFilter,
 * so if you're using Hibernate you'll have to explicitly initialize all loaded data at the

From source file net.jawr.web.servlet.JawrSpringController.java

/**
 * A Spring Controller implementation which uses a JawrRequestHandler instance
 * to provide with Jawr functionality within a Spring DispatcherServlet
 * instance.
 * 
 * @author Jordi Hernndez Sells

From source file org.kuali.ext.mm.web.listener.StandaloneInitializeListener.java

/**
 * A ServletContextListener responsible for intializing the Standalone Kuali Rice application.
 * 
 * @author Kuali Rice Team (kuali-rice@googlegroups.com)
 */
public class StandaloneInitializeListener implements ServletContextListener {

From source file org.apache.pluto.driver.PortalStartupListener.java

/**
 * Listener used to start up / shut down the Pluto Portal Driver upon startup /
 * showdown of the servlet context in which it resides.
 * <p/>
 * Startup Includes:
 * <ol>

From source file ro.nextreports.server.web.ApplicationLoaderListener.java

/**
 * Listener that initialises relevant system stuffs during application startup.
 *
 * @author Decebal Suiu
 */
public class ApplicationLoaderListener implements ServletContextListener {

From source file org.jtalks.poulpe.web.listener.LoggerInitializationListener.java

/**
 * Application startup listener which initializes log4j from external or embedded configuration file.
 * <ol>
 * <li>It allows configuring our environments without unpacking and changing log4j inside of war file </li>
 * <li>It allows changing logs location as well as configuration depending on environment</li>
 * <li>It gives an ability e.g. on PROD to disable default {@code DEBUG} level turned on</li>