List of usage examples for javax.servlet ServletContextListener interface-usage
From source file es.uvigo.ei.sing.rubioseq.gui.util.DBInitializer.java
/**
* This class is responsible for the initializacion of the BD. See method
* initDatabase() for more information.
*
* @author hlfernandez
*/
From source file io.seldon.api.state.zk.ZkGlobalConfigHandler.java
/**
* Zookeeper subscription service for GlobalConfigUpdateListeners
*
* @author firemanphil
* Date: 26/11/14
* Time: 11:11
From source file com.telefonica.euro_iaas.sdc.bootstrap.PropertiesMBeanRegisterBootstrap.java
/** * Load System Properties file and stores it in BD (not modify already stored properties). * * @author Sergio Arroyo */ public class PropertiesMBeanRegisterBootstrap implements ServletContextListener {
From source file org.logger.event.web.listener.StartupListener.java
/**
* <p>StartupListener class used to initialize and database settings
* and populate any application-wide drop-downs.
*
* <p>Keep in mind that this listener is executed outside of OpenSessionInViewFilter,
* so if you're using Hibernate you'll have to explicitly initialize all loaded data at the
From source file org.openmrs.contrib.metadatarepository.webapp.listener.UserCounterListener.java
/**
* UserCounterListener class used to count the current number
* of active users for the applications. Does this by counting
* how many user objects are stuffed into the session. It also grabs
* these users and exposes them in the servlet context.
*
From source file org.kuali.rice.core.web.listener.KualiInitializeListener.java
/** * A ServletContextListener responsible for initializing the a Kuali Rice application. * * @author Kuali Rice Team (rice.collab@kuali.org) */ public class KualiInitializeListener implements ServletContextListener {
From source file com.neocotic.bloggaer.web.listener.EntityRegistrationListener.java
/**
* The {@link ServletContextListener} responsible for reading the consolidated {@code entities.properties} file when the
* application is being loaded onto a new instance and registers them all with the {@link ObjectifyService}.
*
* @author Alasdair Mercer
*/
From source file org.iterx.miru.support.servlet.dispatcher.context.BootstrapServletContextListener.java
public class BootstrapServletContextListener implements ServletContextListener { private static final Log LOGGER = LogFactory.getLog(BootstrapServletContextListener.class); private static Map contexts = new HashMap();
From source file org.apache.tiles.web.startup.TilesListener.java
/** * Listener for the initialization of the Tiles container. * * @version $Rev: 734996 $ $Date: 2009-01-16 14:27:28 +0100 (Fri, 16 Jan 2009) $ */ public class TilesListener implements ServletContextListener {
From source file org.mule.config.builders.MuleXmlBuilderContextListener.java
/**
* <code>MuleXmlBuilderContextListener</code> is a bootstrap listener used to
* construct a {@link org.mule.api.MuleContext} instance. This listener delegates to the
* <i>MuleXmlConfigurationBuilder</i>.
* <p>
* The location of the configuration file can be specified in a init parameter called