[jboss-user] [JBoss Seam] - Re: support for multiple scopes in @In, who's with me?
dan.j.allen
do-not-reply at jboss.com
Sun Jul 15 18:28:19 EDT 2007
The semantics of how it searches a given scope would remain the same as it is today. Meaning, if you put scope = ScopeType.CONVERSATION, then it will just do Component.getInstance("value", ScopeType.CONVERSATION). This patch just let's you work multiple scopes, but the lookup is still the same.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064380#4064380
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064380
More information about the jboss-user
mailing list