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

Gavin King gavin.king at jboss.com
Thu Jun 21 01:27:27 EDT 2007


  User: gavin   
  Date: 07/06/21 01:27:27

  Modified:    src/main/org/jboss/seam/contexts   BasicContext.java
                        ContextualHttpServletRequest.java
  Log:
  lots of new javadoc
  
  Revision  Changes    Path
  1.5       +4 -1      jboss-seam/src/main/org/jboss/seam/contexts/BasicContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BasicContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/BasicContext.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- BasicContext.java	20 Jun 2007 05:06:40 -0000	1.4
  +++ BasicContext.java	21 Jun 2007 05:27:27 -0000	1.5
  @@ -1,4 +1,4 @@
  -//$Id: BasicContext.java,v 1.4 2007/06/20 05:06:40 gavin Exp $
  +//$Id: BasicContext.java,v 1.5 2007/06/21 05:27:27 gavin Exp $
   package org.jboss.seam.contexts;
   
   import java.util.HashMap;
  @@ -10,6 +10,9 @@
   import org.jboss.seam.core.Events;
   
   /**
  + * A basic implementation of Context that keeps the state 
  + * in a Map.
  + * 
    * @author Gavin King
    */
   public class BasicContext implements Context
  
  
  
  1.4       +6 -0      jboss-seam/src/main/org/jboss/seam/contexts/ContextualHttpServletRequest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ContextualHttpServletRequest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/contexts/ContextualHttpServletRequest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- ContextualHttpServletRequest.java	20 Jun 2007 08:23:17 -0000	1.3
  +++ ContextualHttpServletRequest.java	21 Jun 2007 05:27:27 -0000	1.4
  @@ -12,6 +12,12 @@
   import org.jboss.seam.servlet.ServletRequestSessionMap;
   import org.jboss.seam.web.ServletContexts;
   
  +/**
  + * Perform work in a full set of Seam contexts
  + * 
  + * @author Gavin King
  + *
  + */
   public abstract class ContextualHttpServletRequest
   {
      private static final LogProvider log = Logging.getLogProvider(ContextualHttpServletRequest.class);
  
  
  



More information about the jboss-cvs-commits mailing list