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.