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

Gavin King gavin.king at jboss.com
Tue Jul 25 15:55:52 EDT 2006


  User: gavin   
  Date: 06/07/25 15:55:52

  Modified:    doc/reference/en/modules  annotations.xml
  Log:
  update
  
  Revision  Changes    Path
  1.40      +4 -4      jboss-seam/doc/reference/en/modules/annotations.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: annotations.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/annotations.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- annotations.xml	14 Jul 2006 18:12:23 -0000	1.39
  +++ annotations.xml	25 Jul 2006 19:55:52 -0000	1.40
  @@ -96,14 +96,14 @@
                       <para>
                           Determines when Seam interceptors are active. The possible values
                           are defined by the <literal>InterceptionType</literal> enumeration:
  -                        <literal>ALWAYS, INVOKE_APPLICATION, NEVER</literal>.
  +                        <literal>ALWAYS, AFTER_RESTORE_VIEW, AFTER_UPDATE_MODEL_VALUES, 
  +                        INVOKE_APPLICATION, NEVER</literal>.
                       </para>
                       <para>
                           When no interception type is explicitly specified, the default depends 
                           upon the component type. For entity beans, the default is 
  -                        <literal>NEVER</literal>. For session beans and JavaBeans, the default 
  -                        is <literal>INVOKE_APPLICATION</literal> (interception only enabled 
  -                        during the JSF invoke application phase).
  +                        <literal>NEVER</literal>. For session beans, message driven beans and 
  +                        JavaBeans, the default is <literal>ALWAYS</literal>.
                       </para>
                   </listitem>
               </varlistentry>   
  
  
  



More information about the jboss-cvs-commits mailing list