[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Gavin King gavin.king at jboss.com
Wed Jul 12 22:45:41 EDT 2006


  User: gavin   
  Date: 06/07/12 22:45:41

  Modified:    doc/reference/en/modules  components.xml
  Log:
  doc params
  
  Revision  Changes    Path
  1.35      +14 -0     jboss-seam/doc/reference/en/modules/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/components.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- components.xml	13 Jul 2006 02:33:44 -0000	1.34
  +++ components.xml	13 Jul 2006 02:45:41 -0000	1.35
  @@ -799,6 +799,20 @@
                               the conversation context timeout in milliseconds.
                           </para>
                           </listitem>
  +                        <listitem>
  +                        <para>
  +                            <literal>org.jboss.seam.core.manager.conversationIdParameter</literal> &mdash; 
  +                            the request parameter used to propagate the conversation id, default
  +                            to <literal>conversationId</literal>.
  +                        </para>
  +                        </listitem>
  +                        <listitem>
  +                        <para>
  +                            <literal>org.jboss.seam.core.manager.conversationIsLongRunningParameter</literal> &mdash; 
  +                            the request parameter used to propagate information about whether the conversation
  +                            is long-running, default to <literal>conversationIsLongRunning</literal>.
  +                        </para>
  +                        </listitem>
                       </itemizedlist>
                   </listitem>
               </varlistentry>
  
  
  



More information about the jboss-cvs-commits mailing list