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 edu.lternet.pasta.datapackagemanager.dataserver.ConfigurationListener.java

/**
 * The ConfigurationListener class initializes the DataPackageManager
 * restful web application. The initialization code executes when
 * the web application context starts up. This class implements the
 * ServletContextListener interface.
 * 

From source file org.exem.flamingo.web.util.ApplicationInformationDisplayContextListener.java

/**
 * Application Version?  Configurer.
 *
 * @author Byoung Gon, Kim
 * @since 0.1
 */

From source file de.romankreisel.faktotum.FaktotumContextListener.java

/**
 * @author Roman Kreisel <mail@romankreisel.de>
 * 
 *         This class is loaded on application-loadtime and initializes Faktotum
 *         It can be used internally to retrieve some information like build
 *         version and time and uptime

From source file eu.sisob.uma.restserver.servlets.ServletContextClass.java

/**
 * Server Context Listener used to initialization stuff
 * Set up gate services, crawler, etc
 ** @author Daniel Lpez Gonzlez (dlopezgonzalez@gmail.com) for the SISOB PROJECT (http://sisob.lcc.uma.es/)
 */
public class ServletContextClass implements ServletContextListener {

From source file com.appeligo.captions.LuceneInitializer.java

/**
 * Provides basic initialization of the configuration subsystem for this application.
 * 
 */
public class LuceneInitializer implements ServletContextListener {

From source file org.wso2.carbon.mdm.mobileservices.windows.common.util.ContextListener.java

/**
 * This class performs one time operations.
 */
public class ContextListener implements ServletContextListener {

    private static Log logger = LogFactory.getLog(ContextListener.class);

From source file org.apache.shindig.common.servlet.GuiceServletContextListener.java

/**
 * Creates a global guice injector and stores it in a servlet context parameter
 * for injecting servlets.
 */
public class GuiceServletContextListener implements ServletContextListener {
    public static final String INJECTOR_ATTRIBUTE = "guice-injector";

From source file org.wso2.carbon.mdm.mobileservices.windowspc.common.util.ContextListener.java

/**
 * This class performs one time operations.
 */
public class ContextListener implements ServletContextListener {

    private static Log logger = LogFactory.getLog(ContextListener.class);

From source file org.dms.sys.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 com.cubusmail.server.services.CubusStartupListener.java

/**
 * Initialize application context and JAAS.
 * 
 * @author Juergen Schlierf
 */
public class CubusStartupListener implements ServletContextListener {