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


The mail 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.

Reply via email to