[jboss-cvs] jboss-portal/portlet/src/main/org/jboss/portal/portlet/spi ...

Julien Viet julien at jboss.com
Sun Jul 30 12:17:10 EDT 2006


  User: julien  
  Date: 06/07/30 12:17:10

  Modified:    portlet/src/main/org/jboss/portal/portlet/spi 
                        InvocationContext.java
  Log:
  scope the cached markup fragments to the identity of the user
  
  Revision  Changes    Path
  1.13      +2 -1      jboss-portal/portlet/src/main/org/jboss/portal/portlet/spi/InvocationContext.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InvocationContext.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/portlet/src/main/org/jboss/portal/portlet/spi/InvocationContext.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- InvocationContext.java	9 Jul 2006 12:04:17 -0000	1.12
  +++ InvocationContext.java	30 Jul 2006 16:17:10 -0000	1.13
  @@ -29,7 +29,7 @@
   
   /**
    * @author <a href="mailto:julien at jboss.org">Julien Viet</a>
  - * @version $Revision: 1.12 $
  + * @version $Revision: 1.13 $
    */
   public interface InvocationContext
   {
  @@ -110,4 +110,5 @@
   
      Scope SESSION_SCOPE = new Scope("session");
   
  +   Scope PRINCIPAL_SCOPE = new Scope("principal");
   }
  
  
  



More information about the jboss-cvs-commits mailing list