List of usage examples for javax.servlet ServletContextListener interface-usage
From source file org.openspaces.pu.container.jee.jetty.JettyWebApplicationContextListener.java
* the {@link org.openspaces.pu.container.jee.context.BootstrapWebApplicationContextListener}. <p/>
* <p>Support specific GigaSpace based session storge when using the
* <code>jetty.sessions.spaceUrl</code> parameter within the (web) processing unit properties. It is
* handled here since we want to setup the session support under the web application class loader
* and not under the class loader that starts up jetty.
*
From source file com.netflix.bdp.inviso.history.TraceService.java
/** * REST API to load a full job history file as a json object. * * @author dweeks */ @Path("trace")
From source file com.cws.esolutions.security.listeners.SecurityServiceListener.java
/** * @see javax.servlet.ServletContextListener */ public class SecurityServiceListener implements ServletContextListener { private static final String INIT_SYSCONFIG_FILE = "SecurityServiceConfig"; private static final String INIT_SYSLOGGING_FILE = "SecurityServiceLogger";
From source file org.sindice.analytics.servlet.ServletConfigurationContextListener.java
/**
* --- Changed for the ASE use case ---</br></br>
*
* Configures the servlet based upon configuration in sindice.home/{appname}
* folder, or if that folder is not defined then ~/sindice/{appname}. Creates
* the folder if needed using default logging and configuration provided with
From source file com.silverpeas.bootstrap.SilverpeasContextBootStrapper.java
public class SilverpeasContextBootStrapper implements ServletContextListener { /** * Classes to load for bypassing the JBoss VFS interferences. */ private static final String CLASSES_TO_LOAD = "bypass.jboss.vfs";
From source file org.sindice.servlet.sparqlqueryservlet.ServletConfigurationContextListener.java
/**
* --- Changed for the ASE use case ---</br></br>
*
* Configures the servlet based upon configuration in sindice.home/{appname}
* folder, or if that folder is not defined then ~/sindice/{appname}. Creates
* the folder if needed using default logging and configuration provided with
From source file com.siberhus.web.ckeditor.CkeditorConfigurationHolder.java
/**
*
* @author Hussachai Puripunpinyo (http://www.siberhus.com)
*
*/
@WebListener
From source file org.geoserver.GeoserverInitStartupListener.java
/** * Listens for GeoServer startup and tries to configure axis order, logging * redirection, and a few other things that really need to be set up before * anything else starts up */ public class GeoserverInitStartupListener implements ServletContextListener {
From source file org.tobarsegais.webapp.ServletContextListenerImpl.java
/** * Loads all the bundles. */ public class ServletContextListenerImpl implements ServletContextListener { public static final String BUNDLE_PATH = "/WEB-INF/bundles";
From source file nl.strohalm.cyclos.http.LifecycleListener.java
/** * Listener for context events * @author luis */ public class LifecycleListener implements ServletContextListener, HttpSessionListener {