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 be.fedict.eid.dss.ws.ServiceConsumerServletContextListener.java

/**
 * Service Consumer Servlet Context Listener. For the moment this is the only
 * way to retrieve the EJB session bean references in JAX-WS RI under JBoss AS
 * 5.
 * 
 * @author Frank Cornelis

From source file org.olat.core.servlets.OLATContextListener.java

/**
 * 
 * Initial date: 04.01.2013<br>
 * @author srosse, stephane.rosse@frentix.com, http://www.frentix.com
 *
 */

From source file com.indeed.boxcar.server.servlet.AbstractBoxcarContextListener.java

/**
 * @author ketan
 *
 */
public abstract class AbstractBoxcarContextListener implements ServletContextListener {
    protected abstract Server createServer(ServletContext servletContext, ApplicationContext applicationContext,

From source file au.gov.ansto.bragg.nbi.restlet.fileupload.servlet.FileCleanerCleanup.java

/**
 * A servlet context listener, which ensures that the
 * {@link FileCleaningTracker}'s reaper thread is terminated,
 * when the web application is destroyed.
 *
 * @version $Id: FileCleanerCleanup.java 1564788 2014-02-05 14:36:41Z markt $

From source file org.jasig.springframework.web.portlet.context.PortletContextLoaderListener.java

/**
 * Bootstrap listener to start up and shut down Spring's root {@link PortletApplicationContext}.
 * Simply delegates to {@link PortletContextLoader} as well as to {@link ContextCleanupListener}.
 * 
 * <p>This class is configured in the <code>web.xml</code> of the application and MUST be
 * registered after the {@link ContextLoaderListener}

From source file org.apache.dubbo.config.spring.initializer.DubboContextListener.java

/**
 * A Dubbo context listener is a delegation to org.springframework.web.context.ContextLoaderListener. This is necessary,
 * because Dubbo is packaged into all-in-one jar, therefore it contains a web-fragment.xml from this sub module which's
 * used for helping to assemble spring context listener automatically when it's not configured explicitly by user in
 * web.xml. It works fine with spring, but it will lead to ClassNotFound exception and fail tomcat's bootup when user
 * doesn't depend on spring framework.

From source file net.longfalcon.web.listener.ContextListener.java

/**
 * User: Sten Martinez
 * Date: 3/29/16
 * Time: 12:44 PM
 */
public class ContextListener implements ServletContextListener {

From source file com.athena.sqs.MessageReceiveListener.java

/**
 * This class is a ContextListener for SQS receiver module.
 * Queue name must be in web.xml configuration and start listen from amazon SQS.
 *
 * @author Ji-Woong Choi(ienvyou@gmail.com)
 *

From source file com.iflytek.edu.cloud.frame.web.listener.LogBackLoadConfigureListener.java

/**
 * Create on @2014824 @?2:53:09
 * 
 * @author libinsong1204@gmail.com
 */
public class LogBackLoadConfigureListener implements ServletContextListener {

From source file jease.cms.web.servlet.JeaseServletListener.java

@WebListener
public class JeaseServletListener implements ServletContextListener {

    public void contextInitialized(ServletContextEvent sce) {
        ServletContext context = sce.getServletContext();
        initSystemProperties(context);