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.telefonica.euro_iaas.paasmanager.bootstrap.PropertiesLoaderBootstrap.java

/**
 * Class in charge to persist the system properties in data base on bootstrap time.
 * 
 * @author Jesus M. Movilla
 */
public class PropertiesLoaderBootstrap implements ServletContextListener {

From source file com.baomidou.framework.log.LogbackConfigListener.java

/**
 * <p>
 * logback spring ????
 * </p>
 * @author   hubin
 * @date    2016-06-27 

From source file com.jsquant.listener.JsquantContextListener.java

public class JsquantContextListener implements ServletContextListener {
    private Log log = LogFactory.getLog(JsquantContextListener.class);

    public static final String YAHOO_FINANCE_URL_ENCODING = "UTF-8";

    static final String ATTR_FILE_CACHE = "ATTR_FILE_CACHE";

From source file org.ppwcode.vernacular.value_III.web.RegisterPropertyEditors.java

/**
 * This listener is called on startup of a web application, to register packages in the
 * {@link PropertyEditorManager#getEditorSearchPath() property editor search path}.
 * This listener is to be registered with the web application in the
 * <kbd>web.xml</kbd> file. The package names to be added to the
 * {@link PropertyEditorManager#getEditorSearchPath() property editor search path}

From source file burrito.Configurator.java

public abstract class Configurator implements ServletContextListener {

    public static List<Class<? extends Model>> crudables = Collections
            .synchronizedList(new ArrayList<Class<? extends Model>>());
    public static List<Class<? extends Sitelet>> sitelets = Collections
            .synchronizedList(new ArrayList<Class<? extends Sitelet>>());

From source file org.apache.roller.planet.ui.core.PlanetContext.java

/**
 * Responds to app init/destroy events and holds Roller instance.
 */
public class PlanetContext extends ContextLoaderListener implements ServletContextListener {

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

From source file org.kimios.core.CoreListener.java

/**
 * @author Fabien Alin
 */
public class CoreListener extends ContextLoader implements ServletContextListener {
    final Logger log = LoggerFactory.getLogger(CoreListener.class);

From source file be.fedict.eid.idp.sp.StartupServletContextListener.java

public class StartupServletContextListener implements ServletContextListener {

    private static final Log LOG = LogFactory.getLog(StartupServletContextListener.class);

    private static final String SAML2_REQUEST_BEAN_JNDI = "be/fedict/eid/idp/sp/saml2/AuthenticationRequestServiceBean";

From source file org.apache.tiles.test.init.InitContextListener.java

/**
 * Initializes the data source of the DB.
 *
 * @version $Rev: 734996 $ $Date: 2009-01-16 14:27:28 +0100 (Fri, 16 Jan 2009) $
 */
public class InitContextListener implements ServletContextListener {

From source file edu.du.penrose.systems.util.MyServletContextListener.java

public class MyServletContextListener implements ServletContextListener, MyServletContextListener_INF {

    private static ServletContext myServletContext = null;
    private static String webContextTestPath = null;

    private MyServletContextListener_INF myInstance = null;