Too many methods overwritten in RenderRequestImpl
-------------------------------------------------
Key: PLUTO-211
URL: http://issues.apache.org/jira/browse/PLUTO-211
Project: Pluto
Type: Improvement
Components: portlet container
Versions: 1.1.0
Reporter: ZHENG Zhong
Assigned to: ZHENG Zhong
Priority: Minor
Fix For: 1.1.0
Currently RenderRequestImpl overwrites the following methods concerning
parameters:
* getParameterMap
* getParameters
* getParameterNames
* getParameterValues
Overwriting one base method will be enough if we have such one protected method
in
PortletRequestImpl like:
* baseGetParameterMap
Just implement all the parameter-related methods by using the base method in
PortletRequestImpl.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira