ViewConfigResolver - resolving view-configs via an api
------------------------------------------------------

                 Key: EXTCDI-150
                 URL: https://issues.apache.org/jira/browse/EXTCDI-150
             Project: MyFaces CODI
          Issue Type: New Feature
          Components: JEE-JSF12-Module, JEE-JSF20-Module
            Reporter: Gerhard Petracek
            Assignee: Gerhard Petracek


currently it's required to use ViewConfigCache directly for manually using 
information about a view-config.

it should be possible to use it e.g. like:

@Inject
private ViewConfigResolver  viewConfigResolver; 

//...
this.viewConfigResolver.getViewDescriptor(MyPage.class).getViewId();

therefore we have to move (and rename) some methods of ViewConfigEntry and 
PageBeanConfigEntry to the api package

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to