Example usage for org.springframework.web.servlet.support AbstractDispatcherServletInitializer subclass-usage

List of usage examples for org.springframework.web.servlet.support AbstractDispatcherServletInitializer subclass-usage

Introduction

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

Usage

From source file org.shaigor.rest.retro.security.gateway.config.SecureWebAppInitializer.java

/**
 * Spring alternative to web.xml
 * 
 * @author Irena Shaigorodsky
 */
public class SecureWebAppInitializer extends AbstractDispatcherServletInitializer {

From source file org.shaigor.rest.retro.client.config.ClientSecureWebAppInitializer.java

/**
 * Spring alternative to web.xml
 * 
 * @author Irena Shaigorodsky
 */
public class ClientSecureWebAppInitializer extends AbstractDispatcherServletInitializer {

From source file tld.mydomain.example.config.ExampleInitializer.java

public class ExampleInitializer extends AbstractDispatcherServletInitializer {

    /**
     * Creates the Root Application Context.
     */
    @Override