Add Resources.parent (resource hierarchy)
-----------------------------------------

                 Key: PIVOT-180
                 URL: https://issues.apache.org/jira/browse/PIVOT-180
             Project: Pivot
          Issue Type: New Feature
          Components: core-util
            Reporter: Todd Volkert
            Assignee: Christopher Brind
            Priority: Minor
             Fix For: 1.3.1


Writing a large-scale Pivot app, I have a use case for a common Resources class 
that holds things like OK, Cancel, etc.  However, a WTKXSerializer is 
associated with only 1 Resources instance, so within my WTKX file, I cannot 
reference local resources and common resources.  Thus, I'm forced to duplicate 
my common resources in each local Resources instance.

What would be nice is for Resources to have a parent Resources object (similar 
to ClassLoader) creating a resources hierarchy.  Then I could put all my common 
resources in the root Resources, and have that be the parent of my local 
Resources instances.

-- 
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