Example usage for javax.servlet ServletContextListener interface-usage

List of usage examples for javax.servlet ServletContextListener interface-usage

Introduction

In this page you can find the example usage for javax.servlet ServletContextListener interface-usage.

Usage

From source file edu.northwestern.bioinformatics.studycalendar.web.LegacyUserProvisioningRecordExporter.java

public class LegacyUserProvisioningRecordExporter implements ServletContextListener {
    private final Logger log = LoggerFactory.getLogger(getClass());

    private ServletContext servletContext;

    private List<String> LEGACY_PROVISIONING_TABLES = asList("user_role_study_sites", "user_role_sites",

From source file com.lwr.software.reporter.utils.Q2RContextListener.java

public class Q2RContextListener implements ServletContextListener {

    private static Logger logger = LogManager.getLogger(Q2RContextListener.class);

    @Override
    public void contextDestroyed(ServletContextEvent arg0) {

From source file org.opennms.web.osgi.FrameworkStartupContextListener.java

/**
 */
public class FrameworkStartupContextListener implements ServletContextListener {

    private Osgid m_service;

From source file org.kuali.coeus.sys.framework.service.KcServiceLocatorListener.java

public class KcServiceLocatorListener implements ServletContextListener {
    private static final org.apache.commons.logging.Log LOG = org.apache.commons.logging.LogFactory
            .getLog(KcServiceLocatorListener.class);
    private static final String DEFAULT_SPRING_BEANS_REPLACEMENT_VALUE = "${bootstrap.spring.file}";
    private static final String WEB_BOOTSTRAP_SPRING_FILE = "web.bootstrap.spring.file";

From source file org.alfresco.repo.webdav.WebDAVSessionListener.java

/**
 * <p>WebDAVSessionListener is used to forcibly unlock documents that were 
 * persistently locked during user's session and were not unlocked because of some extraordinary
 * situations such as network connection lost. Was introduced in ALF-11777 jira issue.
 * </p>
 * 

From source file org.openflamingo.engine.util.VersionConfigurer.java

/**
 * Application Version?  Configurer.
 *
 * @author Byoung Gon, Kim
 * @since 0.5
 */

From source file org.wso2.carbon.mdm.mobileservices.windows.common.util.ConfigInitializerContextListener.java

/**
 * This class performs one time operations.
 */
public class ConfigInitializerContextListener implements ServletContextListener {

    public static final int INITIAL_VALUE = 0;

From source file com.liferay.calendar.servlet.CalendarServletContextListener.java

/**
 * @author Marcellus Tavares
 */
public class CalendarServletContextListener extends BasePortalLifecycle implements ServletContextListener {

    @Override

From source file com.telefonica.euro_iaas.paasmanager.bootstrap.PropertiesLoaderBootstrapTest.java

/**
 * Class in charge to persist the system properties in data base on bootstrap time.
 */
public class PropertiesLoaderBootstrapTest implements ServletContextListener {

    private static Logger log = LoggerFactory.getLogger(PropertiesLoaderBootstrapTest.class);

From source file org.cnbi.web.system.listener.WebApplicationInitializer.java

/**
 * ? Copyright  2014?. All rights reserved.
 * 
 * @Author 
 * @Time 2014319?8:50:11
 */