List of usage examples for javax.servlet.http HttpServletRequestWrapper subclass-usage
From source file org.xwiki.portlet.controller.DispatchedRequest.java
/** * Wraps a servlet request object dispatched from a portlet. * * @version $Id$ */ public class DispatchedRequest extends HttpServletRequestWrapper {
From source file org.apache.myfaces.webapp.filter.MultipartRequestWrapper.java
/** * @since 1.1.7 * @author Sylvain Vieujot (latest modification by $Author$) * @version $Revision$ $Date$ */ public class MultipartRequestWrapper extends HttpServletRequestWrapper {
From source file edu.cornell.mannlib.vitro.webapp.controller.VitroRequest.java
public class VitroRequest extends HttpServletRequestWrapper { final static Log log = LogFactory.getLog(VitroRequest.class); //Attribute in case of special model editing such as display model editing public static final String SPECIAL_WRITE_MODEL = "specialWriteModel";
From source file org.nuxeo.ecm.platform.webdav.servlet.WebDavRequestWrapper.java
/**
* Request wrapper for WebDAV requests.
* <p>
* Encapsulates WebDAV-specific methods.
*
* @author tiry
From source file org.apache.hadoop.gateway.identityasserter.common.filter.IdentityAsserterHttpServletRequestWrapper.java
public class IdentityAsserterHttpServletRequestWrapper extends HttpServletRequestWrapper { private static SpiGatewayMessages log = MessagesFactory.get(SpiGatewayMessages.class); private static final String PRINCIPAL_PARAM = "user.name"; private static final String DOAS_PRINCIPAL_PARAM = "doAs";
From source file org.wings.session.MultipartRequest.java
/**
* A utility class to handle <tt>multipart/form-data</tt> requests,
* the kind of requests that support file uploads. This class can
* receive arbitrarily large files (up to an artificial limit you can set),
* and fairly efficiently too. And it knows and works around several browser
* bugs that don't know how to upload files correctly.
From source file com.liferay.util.servlet.UploadServletRequest.java
/**
* <a href="UploadServletRequest.java.html"><b><i>View Source</i></b></a>
*
* @author Brian Wing Shun Chan
* @author Zongliang Li
* @version $Revision: 1.18 $
From source file org.kawanfw.file.servlet.convert.HttpServletRequestConvertor.java
/**
* Wrapper/holder for HttpServletRequest that will allow to decrypt correctly
* the request.getParameter()
*
* @author Nicolas de Pomereu
*
From source file org.openrdf.workbench.util.WorkbenchRequest.java
/** * Request wrapper used by {@link org.openrdf.workbench.base * TransformationServlet}. */ public class WorkbenchRequest extends HttpServletRequestWrapper {
From source file com.tremolosecurity.proxy.ProxyRequest.java
public class ProxyRequest extends HttpServletRequestWrapper { static Logger logger = org.apache.logging.log4j.LogManager.getLogger(ProxyRequest.class); HttpSession session;