[seam-issues] [JBoss JIRA] Commented: (SEAMFACES-122) Find a way to use the @ViewConfig enums to provide yype-safe navigation rules

Brian Leathem (JIRA) jira-events at lists.jboss.org
Sat Mar 26 14:25:38 EDT 2011


    [ https://issues.jboss.org/browse/SEAMFACES-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591983#comment-12591983 ] 

Brian Leathem commented on SEAMFACES-122:
-----------------------------------------

With this enum/@ViewPattern coupling, we could have @LoginViewId refernece another enum value, rather than a string

> Find a way to use the @ViewConfig enums to provide yype-safe navigation rules
> -----------------------------------------------------------------------------
>
>                 Key: SEAMFACES-122
>                 URL: https://issues.jboss.org/browse/SEAMFACES-122
>             Project: Seam Faces
>          Issue Type: Feature Request
>          Components: View Configuration
>            Reporter: Brian Leathem
>             Fix For: 3.0.1
>
>
> Option 1) instead of using a @ViewPattern annotation, instead pass it to the constructor of the enum, to be stored as a property of the enum.
> Problem: the application developer would have to implement the constructor
> Option 2) require the developer to implement an interfaces, that specifies a setViewId method for an enum value, programmatically set that viewId with what is in the @ViewPattern annotation
> Feel free to provide more implementation options in the comments!

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list