Interfaces should be tracked on myfaces builder plugin
------------------------------------------------------
Key: MYFACES-2456
URL: https://issues.apache.org/jira/browse/MYFACES-2456
Project: MyFaces Core
Issue Type: Task
Components: JSR-314
Affects Versions: 2.0.0-alpha
Reporter: Leonardo Uribe
Actually there is no way to know which interfaces implements a component based
on myfaces-metadata.xml.
Here we have the following cases:
1. Non abstract class. All interfaces should be included.
2. Template base class with interfaces used to create properties (like
_HtmlCommandButton). This interfaces could be ignored.
3. Abstract class used to generate real implementing class. There could be
interfaces used to create properties, but since the real class extends from
this class all interfaces should be implemented.
This issue could be related in some way to MYFACES-2455.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.