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

Gavin King gavin.king at jboss.com
Tue May 29 23:48:06 EDT 2007


  User: gavin   
  Date: 07/05/29 23:48:06

  Modified:    doc/reference/en/modules  events.xml
  Log:
  exception events
  
  Revision  Changes    Path
  1.24      +1 -0      jboss-seam/doc/reference/en/modules/events.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: events.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/events.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- events.xml	30 May 2007 03:34:00 -0000	1.23
  +++ events.xml	30 May 2007 03:48:06 -0000	1.24
  @@ -576,6 +576,7 @@
               <listitem><para><literal>org.jboss.seam.notLoggedIn</literal> &mdash; called there is no authenticated user and authentication is required</para></listitem>
               <listitem><para><literal>org.jboss.seam.rememberMe</literal> &mdash; occurs when Seam security detects the username in a cookie</para></listitem>
               <listitem><para><literal>org.jboss.seam.exceptionHandled.&lt;Type&gt;</literal> &mdash; called when an uncaught exception is handled by Seam</para></listitem>
  +            <listitem><para><literal>org.jboss.seam.exceptionHandled</literal> &mdash; called when an uncaught exception is handled by Seam</para></listitem>
               <listitem><para><literal>org.jboss.seam.exceptionNotHandled</literal> &mdash; called when there was no handler for an uncaught exception</para></listitem>
               </itemizedlist>
                
  
  
  



More information about the jboss-cvs-commits mailing list