It gives methods to modify the parameters list. It makes the request more flexible.
Its constructor takes a HttpServletRequest, which is the object to be wrapped.
The added methods are the following : public void addParameter(String key, Object value); public void addParameters(Hashtable table); public void removeParameter(String key);
Definition at line 62 of file OpenmisHttpServletRequest.java.