Leonardo Uribe created MYFACES-3734:
---------------------------------------

             Summary: Implement @FacesComponent createTag, namespace and 
tagName attributes
                 Key: MYFACES-3734
                 URL: https://issues.apache.org/jira/browse/MYFACES-3734
             Project: MyFaces Core
          Issue Type: Task
          Components: JSR-344
            Reporter: Leonardo Uribe


The trick with this one is add proper metadata in FacesConfig class to identify 
which components has a "component tag definition". The best is associate the 
componentType with the definition.

When the configuration is read, this information goes to RuntimeConfig and 
finally facelets vdl grab this information and set up the compiler.

In theory it should be something like the hierarchy of classes we have for 
FacesConfig, but for facelets, but since there is and there will be an stronger 
collaboration between jsf and facelets, it has more sense to put all related 
information into FacesConfig.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to