List of usage examples for org.springframework.web.context ContextLoader subclass-usage
From source file org.codehaus.groovy.grails.web.context.GrailsContextLoader.java
/** * @author graemerocher */ public class GrailsContextLoader extends ContextLoader { public static final Log LOG = LogFactory.getLog(GrailsContextLoader.class);
From source file org.sakaiproject.component.impl.SakaiContextLoader.java
/** * <p> * Sakai's extension to Spring's ContextLoader - adds the location of the ComponentManager shared AC, linking the local AC to it as parent, and loading localy hosted components into shared. * </p> */ public class SakaiContextLoader extends ContextLoader {
From source file it.doqui.index.ecmengine.business.startup.jboss.EcmContextLoader.java
/**
* Performs the actual initialization work for the root application context.
* Called by ContextLoaderListener and ContextLoaderServlet.
*
* <p>Looks for a "contextClass" parameter at the web.xml context-param level
* to specify the context class type, falling back to the default of
From source file org.impalaframework.web.spring.loader.BaseImpalaContextLoader.java
/**
* Extension of <code>ContextLoader</code> which implements base functionality
* for initializing Impala within a Spring web application. This class is
* abstract. It defines the abstract method
* <code>getModuleDefinitionSource</code>, which subclasses must implement.
* The implementation of this method provides the strategy for loading metadata
From source file org.openmrs.web.Listener.java
/**
* Our Listener class performs the basic starting functions for our webapp. Basic needs for starting
* the API: 1) Get the runtime properties 2) Start Spring 3) Start the OpenMRS APi (via
* Context.startup) Basic startup needs specific to the web layer: 1) Do the web startup of the
* modules 2) Copy the custom look/images/messages over into the web layer
*/