Author: gpetracek
Date: Mon Jan 6 14:51:35 2014
New Revision: 1555833
URL: http://svn.apache.org/r1555833
Log:
updated content
Modified:
deltaspike/site/trunk/content/jsf.mdtext
Modified: deltaspike/site/trunk/content/jsf.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/jsf.mdtext?rev=1555833&r1=1555832&r2=1555833&view=diff
==============================================================================
--- deltaspike/site/trunk/content/jsf.mdtext (original)
+++ deltaspike/site/trunk/content/jsf.mdtext Mon Jan 6 14:51:35 2014
@@ -992,7 +992,7 @@ Example - Terminating a sub-group:
this.conversationManager.closeConversationGroup(MySubGroup.class);
-As you see the class/interface of the sub-group has to extend/implement the
group or you specify it via the @ConversationSubGroup#of. With
@ConversationSubGroup#subGroup you can list all beans which belong to the
sub-group. If you have a lot of such beans or you would like to form
(sub-)use-case oriented groups, you can use implicit groups:
+As you see the class/interface of the sub-group has to extend/implement the
group or you specify it via the `@ConversationSubGroup#of`. With
`@ConversationSubGroup#subGroup` you can list all beans which belong to the
sub-group. If you have a lot of such beans or you would like to form
(sub-)use-case oriented groups, you can use implicit groups:
Example - Implicit sub-group: