List of usage examples for javax.servlet.http HttpServletRequest interface-usage
From source file org.jtwig.util.render.RenderHttpServletRequest.java
public class RenderHttpServletRequest implements HttpServletRequest { private static Logger LOG = LoggerFactory.getLogger(RenderHttpServletRequest.class); private static final String URL_GET_ATTR = "="; private static final String URL_GET_SEPARATOR = "&";
From source file org.alfresco.opencmis.CMISHttpServletRequest.java
/** * Wraps an OpenCMIS HttpServletRequest, mapping urls and adding servlet attributes specific to the Alfresco implementation of OpenCMIS. */ @SuppressWarnings("rawtypes") public class CMISHttpServletRequest implements HttpServletRequest { protected WebScriptRequest req;
From source file de.micromata.genome.tpsb.httpmockup.MockHttpServletRequest.java
/**
* Extensions by r.kommer.
*
* <p>
* Mock implementation of an HttpServletRequest object. Allows for setting most values that are likely to be of interest
* (and can always be subclassed to affect others). Of key interest and perhaps not completely obvious, the way to get
From source file net.cellcloud.http.CrossOriginHttpServletRequest.java
/** * ? Request * * @author Jiangwei Xu */ public class CrossOriginHttpServletRequest implements HttpServletRequest {
From source file org.openqa.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 org.apache.shindig.common.testing.FakeHttpServletRequest.java
/**
* This class fakes a HttpServletRequest for unit test purposes. Currently, it
* supports servlet API 2.4.
*
* <p>
* To use this class, you specify the request info (URL, parameters) in the
From source file org.apache.cocoon.servletservice.util.ServletServiceRequest.java
/**
* <p>
* Create a {@link HttpServletRequest} from an URL, that is used while calling e.g. a
* servlet service. The current implementation forwards headers, attributes and
* parameters.
* </p>
From source file com.amazonaws.serverless.proxy.internal.servlet.AwsProxyHttpServletRequest.java
/** * Implementation of the <code>HttpServletRequest</code> interface that supports <code>AwsProxyRequest</code> object. * This object is initialized with an <code>AwsProxyRequest</code> event and a <code>SecurityContext</code> generated * by an implementation of the <code>SecurityContextWriter</code>. */ public class AwsProxyHttpServletRequest implements HttpServletRequest {
From source file wicket.protocol.http.MockHttpServletRequest.java
/**
* Mock servlet request. Implements all of the methods from the standard
* HttpServletRequest class plus helper methods to aid setting up a request.
*
* @author Chris Turner
*/
From source file org.apache.click.servlet.MockRequest.java
/**
* Mock implementation of {@link javax.servlet.http.HttpServletRequest}.
* <p/>
* Implements all of the methods from the standard HttpServletRequest class
* plus helper methods to aid setting up a request.
* <p/>