[ http://issues.apache.org/jira/browse/BEEHIVE-1020?page=all ]
     
Carlin Rogers resolved BEEHIVE-1020:
------------------------------------

    Resolution: Fixed
     Assign To: Alejandro Ramirez  (was: Carlin Rogers)

Thanks for the review Rich. I made the changes you suggested. This is fixed 
with svn revision 354845. The MockPortletTag implementation was modified to use 
the new methods and manage the persisting of attributes outside the beehive 
layer. All the mock portal tests pass.

> Move the persisting of ScopedRequest attributes out of the beehive NetUI layer
> ------------------------------------------------------------------------------
>
>          Key: BEEHIVE-1020
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-1020
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: V1
>     Reporter: Carlin Rogers
>     Assignee: Alejandro Ramirez
>      Fix For: 1.1
>  Attachments: j1020-patch.txt
>
> I plan to modify the ScopedRequest interface in NetUI to move the persisting 
> of ScopedRequest attributes out of the beehive NetUI layer.
> I would deprecate the persistAttributes()/restoreAttributes() from 
> ScopedRequest interface and replace them with something like 
> getAttributeMap()/setAttributeMap(). The new getAttributeMap() method would 
> just return the attribute map and setAttributeMap() sets/merges the 
> attributes like we do in restoreAttributes(). Then outside the beehive layer 
> an implementation would control the actual placement of persisted attributes 
> into the session or whatever other persistence location is desired.

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

Reply via email to