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 "Woonsan Ko (JIRA)" <ji...@apache.org> on 2009/04/01 10:21:13 UTC

[jira] Created: (PLUTO-544) Element creation in PortletResponse needs to be moved into PortletResponseContext.

Element creation in PortletResponse needs to be moved into PortletResponseContext.
----------------------------------------------------------------------------------

                 Key: PLUTO-544
                 URL: https://issues.apache.org/jira/browse/PLUTO-544
             Project: Pluto
          Issue Type: Improvement
          Components: portlet container
    Affects Versions: 2.0.0
            Reporter: Woonsan Ko
            Assignee: Woonsan Ko
            Priority: Minor


Currently, element creation by createElement() method in PortletResponse is being done by itself.
However, it is better to move this creation codes into PortletResponseContext class to provide more flexibility.
For example, portal providers can provide their own PortletResponseContext implementation to provide more optimized way to deal with DOM Elements.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PLUTO-544) Element creation in PortletResponse needs to be moved into PortletResponseContext.

Posted by "Woonsan Ko (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PLUTO-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Woonsan Ko resolved PLUTO-544.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

done

> Element creation in PortletResponse needs to be moved into PortletResponseContext.
> ----------------------------------------------------------------------------------
>
>                 Key: PLUTO-544
>                 URL: https://issues.apache.org/jira/browse/PLUTO-544
>             Project: Pluto
>          Issue Type: Improvement
>          Components: portlet container
>    Affects Versions: 2.0.0
>            Reporter: Woonsan Ko
>            Assignee: Woonsan Ko
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> Currently, element creation by createElement() method in PortletResponse is being done by itself.
> However, it is better to move this creation codes into PortletResponseContext class to provide more flexibility.
> For example, portal providers can provide their own PortletResponseContext implementation to provide more optimized way to deal with DOM Elements.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.