List of usage examples for javax.servlet ServletContextListener interface-usage
From source file com.joe.utilities.core.startup.listener.AlineoContextListener.java
/** * @author rrichard * */ public class AlineoContextListener implements ServletContextListener {
From source file org.jbpm.bpel.integration.server.IntegrationConfigurator.java
/** * @author Alejandro Guizar * @version $Revision$ $Date: 2007/10/17 22:02:51 $ */ public class IntegrationConfigurator implements ServletContextListener {
From source file org.sakaiproject.util.SakaiContextLoaderListener.java
/** * <p> * Sakai's extension to the Spring ContextLoaderListener - use our ContextLoader, and increment / decrement the child count of the ComponentManager on init / destroy. * </p> */ public class SakaiContextLoaderListener extends SakaiContextLoader implements ServletContextListener {
From source file org.nuxeo.ecm.webapp.seam.NuxeoSeamWebGate.java
/** * Listener for Seam cache flush requests * * @since 5.5 */ public class NuxeoSeamWebGate implements ServletContextListener {
From source file org.apache.marmotta.platform.core.servlet.MarmottaPreStartupListener.java
/**
* This listener is executed first in the startup chain, initializing the Apache
* Marmotta system variables if necessary and starting up the configuration service
*
* @author Sebastian Schaffert
*/
From source file it.scoppelletti.programmerpower.wui.WebApplicationRegistry.java
/**
* Registro delle applicazioni Web in esecuzione.
*
* @since 1.0.0
*/
@Final
From source file org.wso2.carbon.identity.entitlement.endpoint.impl.ApplicationInitializer.java
/** * This performs one-time initialization tasks at the application startup. */ public class ApplicationInitializer implements ServletContextListener { private Log logger = LogFactory.getLog(ApplicationInitializer.class);
From source file com.cubusmail.gwtui.server.services.CubusStartupListener.java
/** * Initialize application context and JAAS. * * @author Juergen Schlierf */ public class CubusStartupListener implements ServletContextListener {
From source file org.mobicents.servlet.sip.example.InitializationListener.java
/** * @author <A HREF="mailto:jean.deruelle@gmail.com">Jean Deruelle</A> * */ public class InitializationListener implements ServletContextListener { private static Log logger = LogFactory.getLog(InitializationListener.class);
From source file MyServlet.java
/**
* Example listener for context-related application events, which were
* introduced in the 2.3 version of the Servlet API. This listener
* merely documents the occurrence of such events in the application log
* associated with our servlet context.
*