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

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

Introduction

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

Usage

From source file org.shredzone.commons.captcha.CaptchaServlet.java

/**
 * This servlet creates a random captcha image, stores the correct answer in the http
 * session, and streams the generated captcha image as PNG.
 *
 * @author Richard "Shred" Krber
 */

From source file org.shredzone.commons.view.servlet.ViewServlet.java

/**
 * Main servlet for handling all kind of view requests.
 *
 * @author Richard "Shred" Krber
 */
public class ViewServlet extends FrameworkServlet {

From source file org.shredzone.commons.gravatar.GravatarCacheServlet.java

/**
 * A servlet that proxies requests to the Gravatar server, and caches the image results.
 * <p>
 * By using this servlet instead of immediate requests to Gravatar, page loading speed is
 * kept high even if the Gravatar servers are currently under high load or unreachable.
 * Additionally, privacy is kept because the visitor's IP and browser headers are kept

From source file org.simbasecurity.core.service.thrift.ThriftServlet.java

public class ThriftServlet extends FrameworkServlet {

    private final TProtocolFactory protocolFactory = new TJSONProtocol.Factory();

    private static final Map<String, Class<? extends TBaseProcessor>> processorClassMap = new HashMap<>();

From source file org.codehaus.groovy.grails.web.pages.GroovyPagesServlet.java

/**
 * NOTE: Based on work done by on the GSP standalone project (https://gsp.dev.java.net/)
 *
 * Main servlet class.  Example usage in web.xml:
 *     <servlet>
 *       <servlet-name>GroovyPagesServlet</servlet-name>

From source file org.springframework.web.servlet.SimpleDispatcherServlet.java

/**
 * Central dispatcher for HTTP request handlers/controllers, e.g. for web UI controllers or HTTP-based remote service
 * exporters. Dispatches to registered handlers for processing a web request, providing convenient mapping and exception
 * handling facilities.
 *
 * <p>This servlet is very flexible: It can be used with just about any workflow, with the installation of the

From source file org.basket3.web.StorageEngine.java

public class StorageEngine extends FrameworkServlet {
    /**
     * 
     */
    private static final long serialVersionUID = 1L;

From source file org.springframework.web.servlet.MyDispatcherServlet.java

/**
 * Central dispatcher for HTTP request handlers/controllers, e.g. for web UI controllers or HTTP-based remote service
 * exporters. Dispatches to registered handlers for processing a web request, providing convenient mapping and exception
 * handling facilities.
 *
 * <p>This servlet is very flexible: It can be used with just about any workflow, with the installation of the

From source file com.jpeterson.littles3.StorageEngine.java

public class StorageEngine extends FrameworkServlet {
    /**
     * 
     */
    private static final long serialVersionUID = 1L;

From source file org.springframework.web.servlet.LogDispatcherServlet.java

/**
 * Central dispatcher for HTTP request handlers/controllers, e.g. for web UI controllers
 * or HTTP-based remote service exporters. Dispatches to registered handlers for processing
 * a web request, providing convenient mapping and exception handling facilities.
 *
 * <p>This servlet is very flexible: It can be used with just about any workflow, with the