You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2010/10/04 22:14:33 UTC

[jira] Created: (MYFACES-2937) Change getApplicationObject function name to buildApplicationObject and move it to shared ClassUtils

Change getApplicationObject function name to buildApplicationObject and move it to shared ClassUtils
----------------------------------------------------------------------------------------------------

                 Key: MYFACES-2937
                 URL: https://issues.apache.org/jira/browse/MYFACES-2937
             Project: MyFaces Core
          Issue Type: Improvement
          Components: General, JSR-314
    Affects Versions: 2.0.2
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


The function on FacesConfigurator getApplicationObject is very useful, so it deserves to be on shared ClassUtils. 

It allows easily instantiate objects using decorate pattern.

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


[jira] Resolved: (MYFACES-2937) Change getApplicationObject function name to buildApplicationObject and move it to shared ClassUtils

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

Leonardo Uribe resolved MYFACES-2937.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.3-SNAPSHOT

It was also added a class called SpiUtils to hold the same function, but using commons discovery ResourceNameIterator

> Change getApplicationObject function name to buildApplicationObject and move it to shared ClassUtils
> ----------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2937
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2937
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: General, JSR-314
>    Affects Versions: 2.0.2
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.3-SNAPSHOT
>
>
> The function on FacesConfigurator getApplicationObject is very useful, so it deserves to be on shared ClassUtils. 
> It allows easily instantiate objects using decorate pattern.

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