List of usage examples for javax.servlet.http HttpServletRequest interface-usage
From source file org.sakaiproject.entitybroker.util.http.EntityHttpServletRequest.java
/** * Makes a copy of the data in a servlet request into a new request object * * @author Aaron Zeckoski (azeckoski @ gmail.com) */ @SuppressWarnings({ "unchecked", "deprecation" })
From source file org.apache.wicket.protocol.http.mock.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.ireland.jnetty.http.HttpServletRequestImpl.java
/**
* Jetty HttpServletRequestImpl.
* <p>
* Implements {@link javax.servlet.http.HttpServletRequest} from the <code>javax.servlet.http</code> package.
* </p>
* <p>
From source file org.apache.coyote.tomcat5.CoyoteRequest.java
/**
* Wrapper object for the Coyote request.
*
* @author Remy Maucherat
* @author Craig R. McClanahan
* @version $Revision: 1.28 $ $Date: 2003/12/16 19:46:23 $