[ 
https://jira.jboss.org/jira/browse/RF-4729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mikhail Vitenkov closed RF-4729.
--------------------------------

    Resolution: Done
      Assignee: Tsikhon Kuprevich  (was: Mikhail Vitenkov)


TLDParser & Attribute java classes was implemented.
TLDParser get attributes from META-INF/richfaces.tld for tested component.
So now you can print info about all attributes following way:
TLDParser parser = new TLDParser(richName);             
                ArrayList<Attribute> allAttributes = parser.getAllAttributes();
                for(Attribute s:allAttributes){
                        System.out.println(s.toString());
                }
*richName - name of the component("calendar", "beanValidator" and so on).

> Create parser for Rich Faces tld files
> --------------------------------------
>
>                 Key: RF-4729
>                 URL: https://jira.jboss.org/jira/browse/RF-4729
>             Project: RichFaces
>          Issue Type: Task
>          Components: QA-environment
>    Affects Versions: 3.3.0
>            Reporter: Tsikhon Kuprevich
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.3.0
>
>
> 1. Parser should be a java class.
> 2. It should be able to receive a Rich Faces component name and return a list 
> of attributes for this component.
> 3. Each attribute in list should be an object named Attribute. It should 
> contain the following four string fields: name - type -description - status.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to