Example usage for javax.servlet.http HttpServletRequest interface-usage

List of usage examples for javax.servlet.http HttpServletRequest interface-usage

Introduction

In this page you can find the example usage for javax.servlet.http HttpServletRequest interface-usage.

Usage

From source file com.netfinworks.rest.convert.MockHttpServletRequest.java

/**
 *
 *
 *
 *
 *

From source file jp.co.opentone.bsol.linkbinder.view.servlet.MockHttpServletRequest.java

/**
 * @author opentone
 */
public class MockHttpServletRequest implements HttpServletRequest {
    private static int RET_TESTCASE;
    private static String RET_CURRENT_TIME;

From source file io.wcm.caravan.io.http.impl.servletclient.HttpServletRequestMapper.java

/**
 * Mapper from {@link CaravanHttpRequest} to {@link HttpServletRequest}.
 */
public class HttpServletRequestMapper implements HttpServletRequest {

    private final CaravanHttpRequest request;

From source file com.google.gerrit.util.http.testutil.FakeHttpServletRequest.java

/** Simple fake implementation of {@link HttpServletRequest}. */
public class FakeHttpServletRequest implements HttpServletRequest {
    public static final String SERVLET_PATH = "/b";

    private final Map<String, Object> attributes;
    private final ListMultimap<String, String> headers;

From source file com.netflix.zuul.http.HttpServletRequestWrapper.java

/**
 * This class implements the Wrapper or Decorator pattern.<br/>
 * Methods default to calling through to the wrapped request object,
 * except the ones that read the request's content (parameters, stream or reader).
 * <p/>
 * This class provides a buffered content reading that allows the methods

From source file com.icesoft.faces.webapp.http.servlet.ServletEnvironmentRequest.java

/**
 * A wrapper for HttpServletRequest.
 * <p/>
 * It is up to the user to ensure that casts to this specific type and use the
 * specific methods if you are running in the appropriate environment.  Also,
 * since we wrap real requests, the state of those requests can get changed by

From source file org.apache.cactus.server.AbstractHttpServletRequestWrapper.java

/**
 * Abstract wrapper around {@link HttpServletRequest}. This class provides
 * a common implementation of the wrapper for the different Servlet APIs.
 * This is an implementation that delegates all the call to the
 * {@link HttpServletRequest} object passed in the constructor except for
 * some overidden methods which are use to simulate a URL. This is to be able 

From source file org.browsermob.proxy.jetty.jetty.servlet.ServletHttpRequest.java

/** Servlet Request Wrapper.
 * This class wraps a Jetty HTTP request as a 2.2 Servlet
 * request.
 * <P>
 * Note that this wrapper is not synchronized and if a request is to
 * be operated on by multiple threads, then higher level

From source file net.lightbody.bmp.proxy.jetty.jetty.servlet.ServletHttpRequest.java

/** Servlet Request Wrapper.
 * This class wraps a Jetty HTTP request as a 2.2 Servlet
 * request.
 * <P>
 * Note that this wrapper is not synchronized and if a request is to
 * be operated on by multiple threads, then higher level

From source file de.micromata.genome.test.web.SimHttpServletRequest.java

/**
 * 
 * @author Roger Rene Kommer (r.kommer@micromata.de)
 * 
 */
public class SimHttpServletRequest implements HttpServletRequest// extends MockHttpServletRequest