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

Gavin King gavin.king at jboss.com
Tue Sep 26 23:53:49 EDT 2006


  User: gavin   
  Date: 06/09/26 23:53:49

  Modified:    src/main/org/jboss/seam/annotations  Interceptor.java
  Log:
  stateful seam interceptors
  page parameters
  crud framework prototype
  bugfixes to PC passivation stuff
  
  Revision  Changes    Path
  1.3       +4 -0      jboss-seam/src/main/org/jboss/seam/annotations/Interceptor.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Interceptor.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Interceptor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Interceptor.java	26 Jul 2006 22:08:09 -0000	1.2
  +++ Interceptor.java	27 Sep 2006 03:53:49 -0000	1.3
  @@ -39,4 +39,8 @@
       * another interceptor or interceptors.
       */
      Class[] within() default {};
  +   /**
  +    * Performance optimization for stateless interceptors.
  +    */
  +   boolean stateless() default false;
   }
  
  
  



More information about the jboss-cvs-commits mailing list