You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by "ZHENG Zhong (JIRA)" <ji...@apache.org> on 2006/02/17 14:51:25 UTC

[jira] Created: (PLUTO-211) Too many methods overwritten in RenderRequestImpl

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


[jira] Resolved: (PLUTO-211) Too many methods overwritten in RenderRequestImpl

Posted by "ZHENG Zhong (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/PLUTO-211?page=all ]
     
ZHENG Zhong resolved PLUTO-211:
-------------------------------

    Resolution: Fixed

Done.

> 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
>     Assignee: 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