List of usage examples for javax.servlet ServletContextListener interface-usage
From source file io.kahu.hawaii.util.logger.Log4jConfigListener.java
public class Log4jConfigListener implements ServletContextListener { @Override public void contextInitialized(ServletContextEvent sce) { String config = System.getenv("log4j.configuration"); if (StringUtils.isBlank(config)) {
From source file jp.or.openid.eiwg.listener.InitListener.java
/** * Listener implementation class InitListener */ @WebListener public class InitListener implements ServletContextListener {
From source file com.isoftstone.crawl.template.quartz.QuartzJobStartUpListener.java
/**
* QuartzJobStartUpListener
*
* @author danhb
* @version 1.0
* @date 2015-3-26
From source file com.norteksoft.security.web.listener.SecurityContextListener.java
/**
* ?web.xml?(systemCode)?
* ????
*
* @author xiaoj
*/
From source file org.osaf.cosmo.log.LifecycleLoggerListener.java
/** * A {@link javax.servlet.ServletContextListener} that logs * information about Cosmo servlet context lifecycle events. */ public class LifecycleLoggerListener implements ServletContextListener { private static final Log log = LogFactory.getLog(LifecycleLoggerListener.class);
From source file com.mindquarry.webapp.servlet.ConfigLoaderListener.java
/**
* Loads the Mindquarry system properties from a properties file.
*
* @author <a href="mailto:alexander(dot)saar(at)mindquarry(dot)com">Alexander
* Saar</a>
*/
From source file sindica.to.dropwizard.spring.servlet.SpringContextLoaderListener.java
/**
* Created with IntelliJ IDEA.
* User: domix
* Date: 02/08/13
* Time: 11:46
* To change this template use File | Settings | File Templates.
From source file com.workplacesystems.queuj.sample.seam.QJListener.java
/** * * @author Dave Oxley <dave@workplacesystems.co.uk> */ public class QJListener implements ServletContextListener {
From source file edu.cornell.mannlib.vitro.webapp.startup.StartupManager.java
/**
* Instantiate and run the ServletContextListeners for Vitro, while accumulating
* messages in StartupStatus.
*
* The startup listeners are stored in a file with one full-qualified class name
* per line. Blank lines and comment lines (starting with '#') are ignored.
From source file org.unitedinternet.cosmo.servletcontext.LifecycleLoggerListener.java
/** * A {@link javax.servlet.ServletContextListener} that logs * information about Cosmo servlet context lifecycle events. */ public class LifecycleLoggerListener implements ServletContextListener { private static final Log LOG = LogFactory.getLog(LifecycleLoggerListener.class);