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 com.qubit.solution.fenixedu.bennu.webservices.servlet.BennuWebservicesInitializer.java

@WebListener
public class BennuWebservicesInitializer implements ServletContextListener {

    @Override
    public void contextInitialized(ServletContextEvent event) {
        synchorizeServices();

From source file org.eurocarbdb.servlet.init.EurocarbApplicationContextHandler.java

/**
*   This class is called when the Eurocarbdb web app context is started
*   or stopped. On startup, it is responsible for the following:
*<ol>
*   <li>Loading the eurocarbdb application properties file</li>
*   <li>Starting the Tranche server (global file system), 

From source file com.sun.socialsite.web.listeners.SessionListener.java

/**
 * SessionListener
 */
public class SessionListener implements HttpSessionActivationListener, HttpSessionListener, ServletContextListener {

    private static final long serialVersionUID = 0L;

From source file de.uniwue.info6.webapp.misc.InitVariables.java

/**
 *
 *
 * @author Michael
 */
public class InitVariables implements ServletContextListener, Serializable {

From source file org.jdesktop.wonderland.modules.contentrepo.web.servlet.BrowserServlet.java

/**
 *
 * @author jkaplan
 */
public class BrowserServlet extends HttpServlet implements ServletContextListener {
    private static final Logger logger = Logger.getLogger(BrowserServlet.class.getName());

From source file edu.cornell.mannlib.vitro.webapp.servlet.setup.WebappDaoSetup.java

/**
 * Primarily sets up webapp DAO factories.
 */
public class WebappDaoSetup extends JenaDataSourceSetupBase implements javax.servlet.ServletContextListener {

    private static final Log log = LogFactory.getLog(WebappDaoSetup.class);

From source file edu.cornell.mannlib.vitro.webapp.servlet.setup.ModelMakerSetup.java

/**
 * Sets up the content models, OntModelSelectors and webapp DAO factories.
 */
public class ModelMakerSetup extends JenaDataSourceSetupBase implements javax.servlet.ServletContextListener {
    private static final Log log = LogFactory.getLog(ModelMakerSetup.class);

From source file eionet.cr.harvest.scheduled.HarvestingJob.java

/**
 *
 * @author <a href="mailto:jaanus.heinlaid@tietoenator.com">Jaanus Heinlaid</a>
 *
 */
public class HarvestingJob implements StatefulJob, ServletContextListener {

From source file info.magnolia.init.MagnoliaServletContextListener.java

/**
 * Point of entry for Magnolia CMS, initializes the component providers, starts logging, triggers loading of
 * properties and finally delegates to {@link ConfigLoader} for completing initialization.
 *
 * <h3>Component providers</h3>
 * <p>

From source file com.liferay.portal.servlet.PortletContextListener.java

/**
 * <a href="PortletContextListener.java.html"><b><i>View Source </i></b></a>
 *
 * @author  Brian Wing Shun Chan
 * @version $Revision: 1.27 $
 *