List of usage examples for javax.servlet.http HttpServletRequestWrapper subclass-usage
From source file org.wyona.yanel.servlet.communication.HttpRequest.java
/** * This class wraps a HttpServlerRequest and does parameter decoding. Further it handles multipart requests for file upload. */ public class HttpRequest extends HttpServletRequestWrapper { private static final Logger log = LogManager.getLogger(HttpRequest.class);
From source file org.mskcc.cbio.portal.util.SessionServiceRequestWrapper.java
/** * * @author Manda Wilson */ public class SessionServiceRequestWrapper extends HttpServletRequestWrapper {
From source file org.deegree.securityproxy.request.HttpServletRequestBodyWrapper.java
/**
* Wraps a {@link HttpServletRequest} and allows modifications of the body.
*
* @author <a href="mailto:goltz@lat-lon.de">Lyn Goltz</a>
* @author last edited by: $Author: lyn $
*
From source file fr.paris.lutece.plugins.directory.modules.rest.service.http.DirectoryRestHttpServletRequest.java
/**
*
* DirectoryRestHttpServletRequest
* This wrapper allows the request to have additional parameters.
*
*/
From source file org.eclipse.rdf4j.workbench.util.WorkbenchRequest.java
/** * Request wrapper used by {@link org.eclipse.rdf4j.workbench.base TransformationServlet}. */ public class WorkbenchRequest extends HttpServletRequestWrapper { private static final String UTF_8 = "UTF-8";
From source file it.unipmn.di.dcs.sharegrid.web.servlet.MultipartRequestWrapper.java
/**
* An {@code HttpServletRequestWrapper} for handling multipart form request
* issued when uploading a file.
*
* @see <a href="http://commons.apache.org/fileupload/using.html"Apache FileUpload></a>
*
From source file com.siberhus.web.ckeditor.servlet.MultipartServletRequest.java
/** * * @author Hussachai Puripunpinyo (http://www.siberhus.com) * */ public class MultipartServletRequest extends HttpServletRequestWrapper {
From source file com.flexive.war.filter.FxRequestWrapper.java
/** * HttpRequest wrapper to provide flexive specific informations */ public class FxRequestWrapper extends HttpServletRequestWrapper implements FxRequest { private static final Log LOG = LogFactory.getLog(FxRequestWrapper.class);
From source file org.deegree.client.core.filter.InputFileWrapper.java
/**
* TODO add class documentation here
*
* @author <a href="mailto:buesching@lat-lon.de">Lyn Buesching</a>
* @author last edited by: $Author: lyn $
*
From source file org.mskcc.cbio.portal.util.FileUploadRequestWrapper.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