Example usage for org.springframework.web.context ContextLoaderListener subclass-usage

List of usage examples for org.springframework.web.context ContextLoaderListener subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.context ContextLoaderListener subclass-usage.

Usage

From source file org.encuestame.init.EnMeContext.java

/**
 * Initialize encuestame context.
 * Extend spring {@link ContextLoaderListener}.
 * @au thor Picado, Juan juanATencuestame.org
 * @since Mar 19, 2011
 */

From source file org.jresponder.standalone.JrContextLoaderListener.java

/**
 * Automatically adds external config file and enables logging with
 * external log4j.properties - if those files exists.  Climbs up 
 * the tree looking for "conf/jresponder.xml" and "conf/log4j.properties"
 * Meant for use in standalone mode, falls back to regular Spring
 * behavior if not found.

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.logger.event.web.listener.StartupListener.java

/**
 * <p>StartupListener class used to initialize and database settings
 * and populate any application-wide drop-downs.
 * 
 * <p>Keep in mind that this listener is executed outside of OpenSessionInViewFilter,
 * so if you're using Hibernate you'll have to explicitly initialize all loaded data at the 

From source file org.wise.portal.spring.impl.CustomContextLoaderListener.java

/**
 * Custom implementation for creating and returning our
 * <code>WebApplicationContext</code>.
 * 
 * @author Cynick Young
 */

From source file org.helios.ember.web.spring.EmberContextLoaderListener.java

/**
 * <p>Title: EmberContextLoaderListener</p>
 * <p>Description: Shortcut loader for the main app ctx</p> 
 * <p>Company: Helios Development Group LLC</p>
 * @author Whitehead (nwhitehead AT heliosdev DOT org)
 * <p><code>org.helios.ember.web.spring.EmberContextLoaderListener</code></p>

From source file org.parancoe.web.PopulateInitialDataContextListener.java

/**
 * @author Paolo Dona paolo.dona@seesaw.it
 * @author michele franzin <michele at franzin.net>
 * @author Jacopo Murador <jacopo.murador at seesaw.it>
 */
public class PopulateInitialDataContextListener extends ContextLoaderListener {

From source file it.tidalwave.northernwind.frontend.util.NorthernWindContextLoaderListener.java

/***********************************************************************************************************************
 *
 * A decorator for the Spring {@code ContextLoaderListener} that takes care of Spring configuration and handles
 * initialization errors.
 *
 * @author  Fabrizio Giudici

From source file ubic.gemma.web.listener.StartupListener.java

/**
 * StartupListener class used to initialize the spring context and make it available to the servlet context, so filters
 * that need the spring context can be configured. It also fills in parameters used by the application:
 * <ul>
 * <li>Theme (for styling pages)
 * <li>The version number of the application

From source file org.apache.pluto.driver.PortalStartupListener.java

import org.springframework.web.context.WebApplicationContext;

/**
 * Listener used to start up / shut down the Pluto Portal Driver upon startup /
 * showdown of the servlet context in which it resides.
 * <p/>