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.autentia.tnt.listener.StartupListener.java

/**
 *
 * @author Ivan Zaera Avellon
 */
public class StartupListener implements ServletContextListener {
    private static final Log log = LogFactory.getLog(StartupListener.class);

From source file eionet.gdem.web.listeners.AppServletContextListener.java

public class AppServletContextListener implements ServletContextListener {

    private static final Log LOGGER = LogFactory.getLog(AppServletContextListener.class);

    /**
     * Public constuctor

From source file org.openflamingo.web.util.VersionConfigurer.java

/**
 * Application Version?  Configurer.
 *
 * @author Edward KIM
 * @since 0.5
 */

From source file eionet.meta.scheduled.DDJobScheduler.java

/**
 * Class to set up quartz jobs.
 *
 * @author Kaido Laine, enver
 */
public class DDJobScheduler implements ServletContextListener {

From source file org.wso2.carbon.device.mgt.iot.virtualfirealarm.service.impl.listener.VirtualFireAlarmPermissionUpdateListener.java

public class VirtualFireAlarmPermissionUpdateListener implements ServletContextListener {

    private static Log log = LogFactory.getLog(VirtualFireAlarmPermissionUpdateListener.class);
    private static PrivilegedCarbonContext threadLocalCarbonContext;
    private static RealmService realmService;

From source file org.sakaiproject.util.ToolListener.java

/**
 * <p>
 * Webapp listener to detect webapp-housed tool registration.<br/>
 * SAK-8908:<br/>
 * Re-wrote the contextInitialized() method to add tool localization files to the
 * newly registered tool(s).  These files are required to be in the /tool/ directory

From source file com.mtgi.analytics.servlet.BehaviorTrackingListener.java

/**
 * Logs behavior tracking events for incoming servlet requests.  This listener is activated by the
 * <code>bt:http-requests</code> Spring XML tag.  It is an alternative to {@link BehaviorTrackingFilter}
 * registration in <code>web.xml</code>.  BehaviorTrackingFilter is more flexible, but is slightly more
 * complex to configure.  At most one of these methods (bt:http-requests or BehaviorTrackingFilter) should
 * be used in a given application, otherwise errors will be thrown during application startup.

From source file jp.primecloud.auto.ui.mock.MockBeanContext.java

/**
 * <p>
 * TODO: 
 * </p>
 *
 */

From source file dinistiq.web.DinistiqContextLoaderListener.java

/**
 * Context loader listener to initialize the context with a dinistiq instance.
 *
 * A dinistiq.packages init param will be necessary to find application specific components.
 *
 * The instance is stored in a servlet context attribute for later use together with all the other bean definitions

From source file edu.mayo.cts2.framework.core.config.ConfigInitializerFactory.java

/**
 * A factory for creating Cts2Config objects.
 *
 * @author <a href="mailto:kevin.peterson@mayo.edu">Kevin Peterson</a>
 */
public class ConfigInitializerFactory implements ObjectFactory, ServletContextListener {