[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-509) intelligent navigation support for seam variable names

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Fri Feb 8 11:29:04 EST 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-509?page=comments#action_12398940 ] 
            
Victor Rubezhny commented on JBIDE-509:
---------------------------------------

Case: Find Declarations of a Seam Variable (Ctrl-G).
1. User selects the Seam Variable Name in Seam EL expression (XHTML/JSP/XML files) or in value attribute of annotations @Name/@Role/@Factory/@In/@Out/@DataBinder in component class file or in components.xml file and then presses Ctrl-G to find the declarations of variables named as the selected variable.
2. The declarations of selected variable will be searched through the Seam model (@Name, @Role, @Out/DataBinder annotations and components.xml files).
3. The Search View will be openned and will show the results of search performed.

> intelligent navigation support for seam variable names
> ------------------------------------------------------
>
>                 Key: JBIDE-509
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-509
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Seam
>            Reporter: Max Andersen
>         Assigned To: Victor Rubezhny
>             Fix For: 2.1
>
>
> @DataModel                                                                            
> private List<Message> messageList;
> @Factory("messageList")                                                               
> public void findMessages()
>   {
>      messageList = em.createQuery("from Message msg order by msg.datetime desc").getResultList();
>   }
> - link from messageList to its @Factory method, and link from "messageList" to the property.
> - ctrl+G shows related locations in .java, .xhtml, components.xml, etc.

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

        



More information about the jbosstools-issues mailing list