Example usage for javax.servlet GenericServlet subclass-usage

List of usage examples for javax.servlet GenericServlet subclass-usage

Introduction

In this page you can find the example usage for javax.servlet GenericServlet subclass-usage.

Usage

From source file org.cloudfoundry.identity.uaa.web.RecognizeFailureDispatcherServlet.java

public class RecognizeFailureDispatcherServlet extends GenericServlet {

    private static Log logger = LogFactory.getLog(RecognizeFailureDispatcherServlet.class);
    protected static final String HEADER = "X-Cf-Uaa-Error";
    protected static final String HEADER_MSG = "Server failed to start. Possible configuration error.";

From source file org.paxml.web.PaxmlServlet.java

/**
 * Servlet that renders paxml execution result as HTML response or serve static
 * content if not found as paxml.
 * 
 * @author Xuetao Niu
 * 

From source file servlets.test_servlets.SynonymsServlet.java

/**
 * Servlet that processes a 'term' and returns a set of synonyms.
 */
@WebServlet(value = "/synonyms", name = "SynonymsServlet")
public class SynonymsServlet extends GenericServlet {
    /**

From source file edu.mayo.cts2.framework.plugin.namespace.ui.osgi.StaticHttpService.java

/**
 * A simple Servlet for serving up static content.
 *
 * @author <a href="mailto:kevin.peterson@mayo.edu">Kevin Peterson</a>
 */
public class StaticHttpService extends GenericServlet implements InitializingBean {

From source file edu.mayo.cts2.framework.plugin.web.editor.StaticHttpService.java

/**
 * A simple Servlet for serving up static content.
 *
 * @author <a href="mailto:kevin.peterson@mayo.edu">Kevin Peterson</a>
 */
public class StaticHttpService extends GenericServlet implements BundleActivator {

From source file org.sprintapi.api.http.HttpServlet.java

public abstract class HttpServlet extends GenericServlet {

    private static final long serialVersionUID = 5919203442935383094L;

    protected abstract ResourceDescriptor resolve(String uri);

From source file com.liferay.portal.servlet.SharedServletWrapper.java

/**
 * <a href="SharedServletWrapper.java.html"><b><i>View Source</i></b></a>
 *
 * @author  Brian Wing Shun Chan
 * @version $Revision: 1.11 $
 *

From source file org.sprintapi.api.http.servlet.HttpApiServlet.java

public abstract class HttpApiServlet extends GenericServlet {

    private static final long serialVersionUID = 5919203442935383094L;

    protected static final String POWERED_BY_VALUE = "API-Machine/1.0.0";

From source file org.apache.felix.webconsole.internal.servlet.OsgiManager.java

/**
 * The <code>OSGi Manager</code> is the actual Web Console Servlet which
 * is registered with the OSGi Http Service and which maintains registered
 * console plugins.
 */
public class OsgiManager extends GenericServlet {

From source file weave.servlets.AdminService.java

/**
 * @author user
 *
 */
public class AdminService extends GenericServlet {
    private static final long serialVersionUID = 1L;