Example usage for org.springframework.web.context.support GenericWebApplicationContext subclass-usage

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

Introduction

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

Usage

From source file com.sourcesense.alfresco.opensso.MockAlfrescoApplicationContext.java

/**
 * Fake WebApplicationContext to test the filter with proxied Spring Beans
 * @author g.fernandes@sourcesense.com
 *
 */
public class MockAlfrescoApplicationContext extends GenericWebApplicationContext {

From source file org.springframework.boot.legacy.context.web.NonEmbeddedWebApplicationContext.java

/**
 * A version of the {@link EmbeddedWebApplicationContext} that can be used with a
 * SpringApplication in a web (i.e. servlet) context but does not require an embedded
 * servlet container.
 */
public class NonEmbeddedWebApplicationContext extends GenericWebApplicationContext {

From source file org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.java

/**
 * A {@link WebApplicationContext} that can be used to bootstrap itself from a contained
 * {@link EmbeddedServletContainerFactory} bean.
 * <p>
 * This context will create, initialize and run an {@link EmbeddedServletContainer} by
 * searching for a single {@link EmbeddedServletContainerFactory} bean within the

From source file org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.java

/**
 * A {@link WebApplicationContext} that can be used to bootstrap itself from a contained
 * {@link ServletWebServerFactory} bean.
 * <p>
 * This context will create, initialize and run an {@link WebServer} by searching for a
 * single {@link ServletWebServerFactory} bean within the {@link ApplicationContext}