Example usage for org.springframework.web.servlet DispatcherServlet subclass-usage

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

Introduction

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

Usage

From source file org.kuali.coeus.sys.framework.controller.ConditionalInitDispatcherServlet.java

/**
 * A dispatcher servlet that only initializes if a specific config property exists with a
 * specific value.
 *
 * The config property to check is configured by setting an init property {@value #INIT_CONFIG_PROPERTY_NAME}.
 * The config property value to check is configured by an init property {@value #INIT_CONFIG_PROPERTY_NAME}.

From source file com.bstek.dorado.web.servlet.DoradoServlet.java

/**
 * ??dorado?Servlet??Web???dorado?
 * 
 * @author Benny Bao (mailto:benny.bao@bstek.com)
 * @since Feb 27, 2008
 */

From source file com.haulmont.cuba.portal.sys.PortalDispatcherServlet.java

public class PortalDispatcherServlet extends DispatcherServlet {

    private static final long serialVersionUID = -4884517938479910144L;

    public static final String SPRING_CONTEXT_CONFIG = "cuba.dispatcherSpringContextConfig";

From source file org.openmrs.web.DispatcherServlet.java

/**
 * This class is only used to get access to the DispatcherServlet. <br>
 * <br>
 * After creation, this object is saved to WebUtil for later use. When Spring's
 * webApplicationContext is refreshed, the DispatcherServlet needs to be refreshed too.
 * 

From source file org.metis.MetisServlet.java

/**
 * This is the main dispatcher Servlet for Metis. It will dispatch http requests
 * on to the mapper, which maps the requests to resource or pusher beans.
 * 
 */
public class MetisServlet extends DispatcherServlet {

From source file org.os890.adapter.cdi.springmvc.CdiAwareDispatcherServlet.java

public class CdiAwareDispatcherServlet extends DispatcherServlet {
    private static final long serialVersionUID = -7868540235371022368L;

    @Override
    public Class<?> getContextClass() {
        return CustomXmlWebApplicationContext.class;

From source file com.zb.app.common.ZuobianDispatcherServlet.java

/**
 * @author zxc Jun 17, 2014 11:01:54 AM
 */
public class ZuobianDispatcherServlet extends DispatcherServlet {

    private static final long serialVersionUID = -1838835292361204923L;

From source file com.haulmont.restapi.sys.CubaRestApiServlet.java

public class CubaRestApiServlet extends DispatcherServlet {

    private static final long serialVersionUID = -4884517938479910144L;

    public static final String SPRING_CONTEXT_CONFIG = "cuba.restSpringContextConfig";

From source file com.haulmont.idp.sys.CubaIdpServlet.java

/**
 * Servlet to host IDP web service with a separate Spring context.
 */
public class CubaIdpServlet extends DispatcherServlet {

    private static final long serialVersionUID = -4884517938479910144L;

From source file com.haulmont.cuba.web.sys.CubaDispatcherServlet.java

public class CubaDispatcherServlet extends DispatcherServlet {

    private static final long serialVersionUID = -4884517938479910144L;

    public static final String SPRING_CONTEXT_CONFIG = "cuba.dispatcherSpringContextConfig";