You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2010/02/05 09:32:27 UTC

[jira] Created: (TOBAGO-846) New class ResponseWriterDivider to write output in different order the renderer was called.

New class ResponseWriterDivider to write output in different order the renderer was called.
-------------------------------------------------------------------------------------------

                 Key: TOBAGO-846
                 URL: https://issues.apache.org/jira/browse/TOBAGO-846
             Project: MyFaces Tobago
          Issue Type: New Feature
            Reporter: Udo Schnurpfeil
            Assignee: Udo Schnurpfeil


Sometimes the rendered output must be places in the Response in a different order than it was rendered.
The ResponseWriterDivider helps to manage a list of buffers which holds the temporary output.

Internally it uses StringBuffers and the ResponseWriter.cloneWithWriter() method.


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


[jira] Resolved: (TOBAGO-846) New class ResponseWriterDivider to write output in different order the renderer was called.

Posted by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil resolved TOBAGO-846.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.0-alpha-2

> New class ResponseWriterDivider to write output in different order the renderer was called.
> -------------------------------------------------------------------------------------------
>
>                 Key: TOBAGO-846
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-846
>             Project: MyFaces Tobago
>          Issue Type: New Feature
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>             Fix For: 1.5.0-alpha-2
>
>
> Sometimes the rendered output must be places in the Response in a different order than it was rendered.
> The ResponseWriterDivider helps to manage a list of buffers which holds the temporary output.
> Internally it uses StringBuffers and the ResponseWriter.cloneWithWriter() method.

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


[jira] Reopened: (TOBAGO-846) New class ResponseWriterDivider to write output in different order the renderer was called.

Posted by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil reopened TOBAGO-846:
------------------------------------


Reopened to add functionallity: More than one ResponseWriterDivider on a single page.

> New class ResponseWriterDivider to write output in different order the renderer was called.
> -------------------------------------------------------------------------------------------
>
>                 Key: TOBAGO-846
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-846
>             Project: MyFaces Tobago
>          Issue Type: New Feature
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>             Fix For: 1.5.0-alpha-2, 1.5.0
>
>
> Sometimes the rendered output must be places in the Response in a different order than it was rendered.
> The ResponseWriterDivider helps to manage a list of buffers which holds the temporary output.
> Internally it uses StringBuffers and the ResponseWriter.cloneWithWriter() method.
> Is is also required to have more than one ResponseWriterDivider on a single page, because the Menu and the TreeListbox uses it. For that the name of the ResponseWriterDivider in the request map must be configurable.

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


[jira] Resolved: (TOBAGO-846) New class ResponseWriterDivider to write output in different order the renderer was called.

Posted by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil resolved TOBAGO-846.
------------------------------------

    Resolution: Fixed

> New class ResponseWriterDivider to write output in different order the renderer was called.
> -------------------------------------------------------------------------------------------
>
>                 Key: TOBAGO-846
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-846
>             Project: MyFaces Tobago
>          Issue Type: New Feature
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>             Fix For: 1.5.0-alpha-2, 1.5.0
>
>
> Sometimes the rendered output must be places in the Response in a different order than it was rendered.
> The ResponseWriterDivider helps to manage a list of buffers which holds the temporary output.
> Internally it uses StringBuffers and the ResponseWriter.cloneWithWriter() method.
> Is is also required to have more than one ResponseWriterDivider on a single page, because the Menu and the TreeListbox uses it. For that the name of the ResponseWriterDivider in the request map must be configurable.

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