List of usage examples for javax.servlet ServletContextListener interface-usage
From source file org.apache.syncope.ext.saml2lsp.agent.SAML2SPAgentSetup.java
@WebListener public class SAML2SPAgentSetup implements ServletContextListener { private static final String SAML2SP_AGENT_PROPERTIES = "saml2sp-agent.properties"; private static <T> T assertNotNull(final T argument, final String name) {
From source file org.ambraproject.configuration.WebAppListener.java
/**
* A listener class for web-apps to load a configuration at startup.
*
* @author Pradeep Krishnan
* @author Eric Brown
*/
From source file com.huateng.startup.listener.ContextLoaderListener.java
/**
* Title:?
*
* Description:
*
* Copyright: Copyright (c) 2010-3-8
From source file org.kuali.rice.core.framework.config.module.WebModuleLoaderListener.java
/**
* A ServletContextListener which scans for Rice modules and loads the web modules for each of them which has a web
* module configuration associated with it.
*
* @author Kuali Rice Team (rice.collab@kuali.org)
*/
From source file org.topazproject.ambra.configuration.WebAppListener.java
/**
* A listener class for web-apps to load a configuration at startup.
*
* @author Pradeep Krishnan
* @author Eric Brown
*/
From source file org.quartz.ee.servlet.QuartzInitializerListener.java
/**
* <p>
* A ServletContextListner that can be used to initialize Quartz.
* </p>
*
* <p>
From source file org.red5.logging.ContextLoggingListener.java
/**
* A servlet context listener that puts this contexts LoggerContext into a static map of logger contexts within an overall singleton log context selector.
*
* To use it, add the following line to a web.xml file
*
* <pre>
From source file org.jasig.cas.CasEnvironmentContextListener.java
* A context listener that reports back the CAS application
* deployment environment info. Details such as CAS versin,
* Java/OS info as well as the server container info are logged.
* @author Misagh Moayyed
* @since 4.1
*/
From source file nl.b3p.viewer.solr.SolrUpdaterListener.java
/** * * @author Meine Toonen */ public class SolrUpdaterListener implements ServletContextListener {
From source file com.jaspersoft.jasperserver.war.util.SpringBeanServletContextPlublisher.java
/** * @author Lucian Chirita (lucianc@users.sourceforge.net) * @version $Id: SpringBeanServletContextPlublisher.java 47331 2014-07-18 09:13:06Z kklein $ */ public class SpringBeanServletContextPlublisher implements ServletContextListener {