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

Gavin King gavin.king at jboss.com
Fri Jun 22 12:32:08 EDT 2007


  User: gavin   
  Date: 07/06/22 12:32:08

  Modified:    src/main/org/jboss/seam/annotations/security  Restrict.java
  Log:
  doc
  
  Revision  Changes    Path
  1.5       +2 -0      jboss-seam/src/main/org/jboss/seam/annotations/security/Restrict.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Restrict.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/security/Restrict.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- Restrict.java	16 Feb 2007 16:49:03 -0000	1.4
  +++ Restrict.java	22 Jun 2007 16:32:08 -0000	1.5
  @@ -23,6 +23,8 @@
      /**
       * Restrictions may be expressed using any EL expression, and usually
       * include the use of s:hasRole(...) or s:hasPermission(..., /..).
  +    * If no EL expression is explicitly specified, Seam security defaults
  +    * the permission to be checked.
       * 
       * @return An EL expression that defines the restriction to be checked
       */
  
  
  



More information about the jboss-cvs-commits mailing list