Example usage for javax.servlet.http HttpServletRequestWrapper subclass-usage

List of usage examples for javax.servlet.http HttpServletRequestWrapper subclass-usage

Introduction

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

Usage

From source file de.hybris.platform.yb2bacceleratorstorefront.web.wrappers.UrlEncodeHttpRequestWrapper.java

/**
 * HttpServletRequestWrapper class to override the value of the context path that contains the encoding attributes. This
 * makes sure that we don't have encoded attributes for ServletPath.
 */
public class UrlEncodeHttpRequestWrapper extends HttpServletRequestWrapper {
    private final String pattern;

From source file de.hybris.platform.ebookb2bacceleratorstorefront.web.wrappers.UrlEncodeHttpRequestWrapper.java

/**
 * HttpServletRequestWrapper class to override the value of the context path that contains the encoding attributes. This
 * makes sure that we don't have encoded attributes for ServletPath.
 */
public class UrlEncodeHttpRequestWrapper extends HttpServletRequestWrapper {
    private final String pattern;

From source file tw.com.useful.runner.web.filter.FileUploadWrapper.java

/**
* Wrapper for a file upload request.
* 
* <P>This class uses the Apache Commons 
* <a href='http://commons.apache.org/fileupload/'>File Upload tool</a>.
* The generous Apache License will very likely allow you to use it in your 

From source file com.yahoo.parsec.web.ParsecServletRequestWrapper.java

public class ParsecServletRequestWrapper extends HttpServletRequestWrapper {

    final private ByteArrayOutputStream contentStream;

    /**
     * Constructs a request object wrapping the given request.

From source file org.opendaylight.sloth.utils.MultiHttpServletRequest.java

public class MultiHttpServletRequest extends HttpServletRequestWrapper {
    private ByteArrayOutputStream cachedBytes;

    /**
     * Constructs a request object wrapping the given request.
     *

From source file org.uberfire.ext.security.server.XSSServletRequestWrapper.java

/**
 * Note: This implementation has been borrowed from Aerogear Security.
 */
public class XSSServletRequestWrapper extends HttpServletRequestWrapper {

    public XSSServletRequestWrapper(final HttpServletRequest request) {

From source file hirondelle.situris.main.centrosInteresse.FileUploadWrapper.java

/**
 Wrapper for a file upload request.
     
 <P>File upload requests are not handled graciously by the Servlet API. 
 This class is used as a wrapper around the underlying file upload request, to 
 allow it to behave much as a regular request.

From source file net.ymate.platform.webmvc.support.RequestMethodWrapper.java

/**
 * HTTPMethod?RESTFul
 *
 * @author  (suninformation@163.com) on 2012-12-25 ?9:12:49
 * @version 1.0
 */

From source file com.arvato.thoroughly.filter.FilterRequestWrapper.java

public class FilterRequestWrapper extends HttpServletRequestWrapper {

    private final String body;

    public FilterRequestWrapper(HttpServletRequest request) throws IOException {
        super(request);

From source file com.hybris.integration.filter.FilterRequestWrapper.java

public class FilterRequestWrapper extends HttpServletRequestWrapper {

    private final String body;

    public FilterRequestWrapper(HttpServletRequest request) throws IOException {
        super(request);