[richfaces-issues] [JBoss JIRA] Closed: (RF-4729) Create parser for Rich Faces tld files

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Mon Oct 27 11:46:30 EDT 2008


     [ 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

        



More information about the richfaces-issues mailing list