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

Gavin King gavin.king at jboss.com
Fri Mar 2 20:50:08 EST 2007


  User: gavin   
  Date: 07/03/02 20:50:08

  Modified:    doc/reference/en/modules  events.xml
  Log:
  doc more events
  
  Revision  Changes    Path
  1.16      +4 -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.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- events.xml	24 Feb 2007 16:45:42 -0000	1.15
  +++ events.xml	3 Mar 2007 01:50:08 -0000	1.16
  @@ -549,6 +549,8 @@
               </para>
               
               <itemizedlist>
  +            <listitem><para><literal>org.jboss.seam.validationFailed</literal> &mdash; called when JSF validation fails</para></listitem>
  +            <listitem><para><literal>org.jboss.seam.noConversation</literal> &mdash; called when there is no long running conversation and a long running conversation is required</para></listitem>
               <listitem><para><literal>org.jboss.seam.preSetVariable.&lt;name&gt;</literal> &mdash; called when the context variable &lt;name&gt; is set</para></listitem>
               <listitem><para><literal>org.jboss.seam.postSetVariable.&lt;name&gt;</literal> &mdash; called when the context variable &lt;name&gt; is set</para></listitem>
               <listitem><para><literal>org.jboss.seam.preRemoveVariable.&lt;name&gt;</literal> &mdash; called when the context variable &lt;name&gt; is unset</para></listitem>
  @@ -571,6 +573,8 @@
               <listitem><para><literal>org.jboss.seam.afterPhase </literal>&mdash; called after the end of a JSF phase</para></listitem>
               <listitem><para><literal>org.jboss.seam.postAuthenticate.&lt;name&gt; </literal>&mdash; called after a user is authenticated</para></listitem>
               <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>
               </itemizedlist>
                
                <para>
  
  
  



More information about the jboss-cvs-commits mailing list