List of usage examples for javax.servlet ServletContextListener interface-usage
From source file org.syncope.buildtools.H2StartStopListener.java
/** * Utility serlvet context listener managing H2 test server instance (to be used * as external resource). */ public class H2StartStopListener implements ServletContextListener {
From source file edu.cornell.mannlib.vitro.webapp.servlet.setup.RDFServiceSetup.java
public class RDFServiceSetup extends JenaDataSourceSetupBase implements javax.servlet.ServletContextListener { private static final Log log = LogFactory.getLog(RDFServiceSetup.class); @Override public void contextDestroyed(ServletContextEvent arg0) { // nothing to do
From source file edu.cornell.mannlib.vitro.webapp.servlet.setup.SolrSmokeTest.java
/**
* Spin off a thread that will try to connect to Solr.
*
* We need to do this in a separate thread because if Solr is in the same Tomcat
* instance as Vitro, it may not be initialized until after Vitro is
* initialized. Which is to say, after this Listener has run.
From source file com.jaspersoft.tamanoir.web.ConnectionsRegistrar.java
/** * <p></p> * * @author Yaroslav.Kovalchyk */ public class ConnectionsRegistrar implements ServletContextListener {
From source file org.eap.web.listener.WebApplicationDataListener.java
/** * @author jaddy0302 Rivulet WebApplicationContextListener.java 2010-3-3 * */ public class WebApplicationDataListener implements HttpSessionListener, ServletContextListener, ServletContextAttributeListener {
From source file com.telefonica.euro_iaas.sdc.bootstrap.PropertiesLoaderBootstrap.java
/** * Class in charge to persist the system properties in data base on bootstrap time. * * @author Sergio Arroyo */ public class PropertiesLoaderBootstrap implements ServletContextListener {
From source file com.beginner.core.listener.ZookeeperListener.java
public class ZookeeperListener implements ServletContextListener { Logger logger = LoggerFactory.getLogger(this.getClass()); private static final String PATH = "Config";
From source file nl.b3p.kaartenbalie.service.MapFileScanner.java
/** * * @author Meine Toonen meinetoonen@b3partners.nl */ public class MapFileScanner implements ServletContextListener {
From source file com.freebox.engeneering.application.web.common.ApplicationContextListener.java
/** * The class is used to find all web flow xml configs and load them into ApplicationContextLocator. */ public class ApplicationContextListener implements ServletContextListener { private static final Log LOGGER = LogFactory.getLog(ApplicationContextListener.class);
From source file org.opencms.main.OpenCmsListener.java
/**
* Provides the OpenCms system with information from the servlet context.<p>
*
* Used for the following purposes:<ul>
* <li>Starting up OpenCms when the servlet container is started.</li>
* <li>Shutting down OpenCms when the servlet container is shut down.</li>