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

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/el    EL.java
                        SeamExpressionFactory.java SeamFunctionMapper.java
  Log:
  lots of new javadoc
  
  Revision  Changes    Path
  1.6       +6 -0      jboss-seam/src/main/org/jboss/seam/el/EL.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EL.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/el/EL.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- EL.java	1 Jun 2007 20:18:08 -0000	1.5
  +++ EL.java	21 Jun 2007 05:27:27 -0000	1.6
  @@ -16,6 +16,12 @@
   import org.jboss.el.lang.FunctionMapperImpl;
   import org.jboss.el.lang.VariableMapperImpl;
   
  +/**
  + * An instance of JBoss EL.
  + * 
  + * @author Gavin King
  + *
  + */
   public class EL
   {
      private static final ELResolver EL_RESOLVER = createELResolver();
  
  
  
  1.6       +0 -1      jboss-seam/src/main/org/jboss/seam/el/SeamExpressionFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamExpressionFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/el/SeamExpressionFactory.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- SeamExpressionFactory.java	20 Jun 2007 16:58:23 -0000	1.5
  +++ SeamExpressionFactory.java	21 Jun 2007 05:27:27 -0000	1.6
  @@ -29,7 +29,6 @@
   import org.jboss.el.lang.EvaluationContext;
   import org.jboss.seam.util.JSF;
   
  -
   /**
    * Allows JSF action listener methods to not declare the
    * totally useless ActionEvent parameter if they don't
  
  
  
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/el/SeamFunctionMapper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamFunctionMapper.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/el/SeamFunctionMapper.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SeamFunctionMapper.java	30 May 2007 00:35:18 -0000	1.1
  +++ SeamFunctionMapper.java	21 Jun 2007 05:27:27 -0000	1.2
  @@ -11,7 +11,7 @@
   import org.jboss.seam.security.SecurityFunctions;
   
   /**
  - * Resolves Seam EL functions to their corresponding methods.
  + * Resolves Seam Security EL functions, s:hasRole() and s:hasPermission()
    *  
    * @author Shane Bryzak
    */
  
  
  



More information about the jboss-cvs-commits mailing list