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

Gavin King gavin.king at jboss.com
Thu Oct 19 20:35:34 EDT 2006


  User: gavin   
  Date: 06/10/19 20:35:34

  Modified:    src/main/org/jboss/seam/framework  Home.java
  Log:
  various improvements
  
  Revision  Changes    Path
  1.6       +3 -0      jboss-seam/src/main/org/jboss/seam/framework/Home.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Home.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/framework/Home.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- Home.java	17 Oct 2006 19:07:59 -0000	1.5
  +++ Home.java	20 Oct 2006 00:35:34 -0000	1.6
  @@ -6,6 +6,8 @@
   
   import javax.annotation.PostConstruct;
   
  +import org.jboss.seam.ScopeType;
  +import org.jboss.seam.annotations.Scope;
   import org.jboss.seam.annotations.Transactional;
   import org.jboss.seam.core.AbstractMutable;
   import org.jboss.seam.core.Expressions.ValueBinding;
  @@ -16,6 +18,7 @@
    * @author Gavin King
    *
    */
  + at Scope(ScopeType.CONVERSATION)
   public class Home<E> extends AbstractMutable implements Serializable
   {
      private Object id;
  
  
  



More information about the jboss-cvs-commits mailing list