List of usage examples for javax.servlet.http HttpServletRequestWrapper subclass-usage
From source file com.exxonmobile.ace.hybris.storefront.web.wrappers.RemoveEncodingHttpServletRequestWrapper.java
/** * RemoveEncodingHttpServletRequestWrapper removes encoding attributes such as languages and site name from the * HttpServletRequest */ public class RemoveEncodingHttpServletRequestWrapper extends HttpServletRequestWrapper { private final String pattern;
From source file com.tieto.tre.tietomerchendise.storefront.web.wrappers.RemoveEncodingHttpServletRequestWrapper.java
/** * RemoveEncodingHttpServletRequestWrapper removes encoding attributes such as languages and site name from the context * path of HttpServletRequest */ public class RemoveEncodingHttpServletRequestWrapper extends HttpServletRequestWrapper { private final String pattern;
From source file de.hybris.platform.yacceleratorstorefront.web.wrappers.RemoveEncodingHttpServletRequestWrapper.java
/** * RemoveEncodingHttpServletRequestWrapper removes encoding attributes such as languages and site name from the context * path of HttpServletRequest */ public class RemoveEncodingHttpServletRequestWrapper extends HttpServletRequestWrapper { private final String pattern;
From source file de.hybris.platform.yb2bacceleratorstorefront.web.wrappers.RemoveEncodingHttpServletRequestWrapper.java
/** * RemoveEncodingHttpServletRequestWrapper removes encoding attributes such as languages and site name from the context * path of HttpServletRequest */ public class RemoveEncodingHttpServletRequestWrapper extends HttpServletRequestWrapper { private final String pattern;
From source file de.hybris.platform.ebookb2bacceleratorstorefront.web.wrappers.RemoveEncodingHttpServletRequestWrapper.java
/** * RemoveEncodingHttpServletRequestWrapper removes encoding attributes such as languages and site name from the context * path of HttpServletRequest */ public class RemoveEncodingHttpServletRequestWrapper extends HttpServletRequestWrapper { private final String pattern;
From source file de.hybris.platform.ychinaaccelerator.storefront.web.wrappers.RemoveEncodingHttpServletRequestWrapper.java
/** * RemoveEncodingHttpServletRequestWrapper removes encoding attributes such as languages and site name from the context * path of HttpServletRequest */ public class RemoveEncodingHttpServletRequestWrapper extends HttpServletRequestWrapper { private final String pattern;
From source file com.newinit.filter.XSSRequestWrapper.java
/** * * @author ceasar */ public class XSSRequestWrapper extends HttpServletRequestWrapper {
From source file com.razorfish.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 com.acc.storefront.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 no.uninett.agora.ckeditor.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