Example usage for org.springframework.context.support ClassPathXmlApplicationContext subclass-usage

List of usage examples for org.springframework.context.support ClassPathXmlApplicationContext subclass-usage

Introduction

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

Usage

From source file org.jboss.spring.vfs.context.VFSClassPathXmlApplicationContext.java

/**
 * {@link org.springframework.context.support.ClassPathXmlApplicationContext} variant
 * adding support for classpath scanning in JBoss AS 5, using the VFS file system.
 *
 * @author <a href="mailto:mariusb@redhat.com">Marius Bogoevici</a>
 */

From source file com.brienwheeler.lib.spring.beans.SmartClassPathXmlApplicationContext.java

public class SmartClassPathXmlApplicationContext extends ClassPathXmlApplicationContext {

    public SmartClassPathXmlApplicationContext() {
        super();
    }

From source file org.apache.james.container.spring.context.JamesServerApplicationContext.java

/**
 * {@link ApplicationContext} which loads all needed Spring beans for JAMES
 */
public class JamesServerApplicationContext extends ClassPathXmlApplicationContext implements JamesResourceLoader {

    /**

From source file org.brutusin.rpc.RpcSpringContext.java

/**
 *
 * @author Ignacio del Valle Alles idelvall@brutusin.org
 */
public class RpcSpringContext extends ClassPathXmlApplicationContext {

From source file it.doqui.index.ecmengine.business.startup.jboss.EcmWebApplicationContext.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.solmix.runtime.support.spring.ContainerApplicationContext.java

/**
 * 
 * @author solmix.f@gmail.com
 * @version $Id$ 2013-11-3
 */

From source file org.artifactory.spring.ArtifactoryApplicationContext.java

/**
 * @author Yoav Landman
 */
public class ArtifactoryApplicationContext extends ClassPathXmlApplicationContext
        implements InternalArtifactoryContext {
    public static final String CURRENT_TIME_EXPORT_DIR_NAME = "current";