Attempts to get a parameter for this request. It first looks in
the underlying HttpServletRequest object for the parameter, and if that
doesn't exist it looks for the parameters retrieved from the multipart
request
Combines the parameters stored here with those in the underlying
request. If paramater values in the underlying request take precedence
over those stored here.
Returns the names of the parameters for this request. The
enumeration consists of the normal request parameter names plus the
parameters read from the multipart request
Returns the values of a parameter in this request. It first looks
in the underlying HttpServletRequest object for the parameter, and if
that doesn't exist it looks for the parameter retrieved from the
multipart request.
Sets a parameter for this request. The parameter is actually
separate from the request parameters, but calling on the getParameter()
methods of this class will work as if they weren't.
Methods inherited from javax.servlet.http.HttpServletRequestWrapper