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

Peter Muir peter at bleepbleep.org.uk
Mon Apr 23 14:36:39 EDT 2007


  User: pmuir   
  Date: 07/04/23 14:36:39

  Modified:    doc/reference/en/modules  events.xml
  Log:
  add an org.jboss.seam.postInitialization event
  
  Revision  Changes    Path
  1.22      +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.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- events.xml	13 Apr 2007 14:34:51 -0000	1.21
  +++ events.xml	23 Apr 2007 18:36:39 -0000	1.22
  @@ -570,6 +570,7 @@
               <listitem><para><literal>org.jboss.seam.preDestroy.&lt;name&gt; </literal>&mdash; called when the component &lt;name&gt; is destroyed</para></listitem>
               <listitem><para><literal>org.jboss.seam.beforePhase </literal>&mdash; called before the start of a JSF phase</para></listitem>
               <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.postInitialization </literal>&mdash; called when Seam has initialized and started up all components</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>
  
  
  



More information about the jboss-cvs-commits mailing list