[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...

Gavin King gavin.king at jboss.com
Thu Nov 16 08:19:08 EST 2006


  User: gavin   
  Date: 06/11/16 08:19:08

  Modified:    src/main/org/jboss/seam/core  Pageflow.java
  Log:
  JBSEAM-167, JBSEAM-381
  
  Revision  Changes    Path
  1.39      +2 -0      jboss-seam/src/main/org/jboss/seam/core/Pageflow.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Pageflow.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Pageflow.java,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -b -r1.38 -r1.39
  --- Pageflow.java	4 Nov 2006 01:00:14 -0000	1.38
  +++ Pageflow.java	16 Nov 2006 13:19:08 -0000	1.39
  @@ -15,6 +15,7 @@
   import org.jboss.seam.ScopeType;
   import org.jboss.seam.annotations.Intercept;
   import org.jboss.seam.annotations.Name;
  +import org.jboss.seam.annotations.PerNestedConversation;
   import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.contexts.Contexts;
   import org.jboss.seam.contexts.Lifecycle;
  @@ -32,6 +33,7 @@
    * @author Gavin King
    */
   @Scope(ScopeType.CONVERSATION)
  + at PerNestedConversation
   @Name("pageflow")
   @Intercept(NEVER)
   public class Pageflow extends AbstractMutable implements Serializable
  
  
  



More information about the jboss-cvs-commits mailing list