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

Gavin King gavin.king at jboss.com
Tue May 29 23:34:00 EDT 2007


  User: gavin   
  Date: 07/05/29 23:34:00

  Modified:    doc/reference/en/modules  events.xml
  Log:
  exception events
  
  Revision  Changes    Path
  1.23      +2 -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.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- events.xml	23 Apr 2007 18:36:39 -0000	1.22
  +++ events.xml	30 May 2007 03:34:00 -0000	1.23
  @@ -575,6 +575,8 @@
               <listitem><para><literal>org.jboss.seam.preAuthenticate.&lt;name&gt; </literal>&mdash; called before attempting to authenticate a user</para></listitem>
               <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.exceptionNotHandled</literal> &mdash; called when there was no handler for an uncaught exception</para></listitem>
               </itemizedlist>
                
                <para>
  
  
  



More information about the jboss-cvs-commits mailing list