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/18 12:15:30 UTC

[jira] Resolved: (TOBAGO-844) Change type of the markup attribute from String[] to new class Markup

     [ https://issues.apache.org/jira/browse/TOBAGO-844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil resolved TOBAGO-844.
------------------------------------

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

> Change type of the markup attribute from String[] to new class Markup
> ---------------------------------------------------------------------
>
>                 Key: TOBAGO-844
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-844
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>             Fix For: 1.5.0-alpha-2, 1.5.0
>
>
> The main reason is performace.
> It turns out, that clone of a markup string array takes some time in the ResourceManager.
> When using a class, whith unmodifiable instances, no clone is needed.
> In addition the oo design is nicer. For ValueBindings it is also possible to use String and String[].
> Value 'none' will be deprecated since this change. It has no right to live. One can use a NULL pointer instead.

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