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

Gavin King gavin.king at jboss.com
Tue May 29 20:19:13 EDT 2007


  User: gavin   
  Date: 07/05/29 20:19:13

  Modified:    src/main/org/jboss/seam/util    UnifiedELMethodBinding.java
                        UnifiedELValueBinding.java
  Removed:     src/main/org/jboss/seam/util    EL.java
  Log:
  moved EL stuff into its own package
  support optional FacesEvent parameter everywhere
  
  Revision  Changes    Path
  1.3       +2 -2      jboss-seam/src/main/org/jboss/seam/util/UnifiedELMethodBinding.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UnifiedELMethodBinding.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/util/UnifiedELMethodBinding.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- UnifiedELMethodBinding.java	13 May 2007 08:33:35 -0000	1.2
  +++ UnifiedELMethodBinding.java	30 May 2007 00:19:13 -0000	1.3
  @@ -1,7 +1,7 @@
   package org.jboss.seam.util;
   
  -import static org.jboss.seam.util.EL.EL_CONTEXT;
  -import static org.jboss.seam.util.EL.EXPRESSION_FACTORY;
  +import static org.jboss.seam.el.EL.EL_CONTEXT;
  +import static org.jboss.seam.el.EL.EXPRESSION_FACTORY;
   
   import javax.el.MethodExpression;
   import javax.faces.context.FacesContext;
  
  
  
  1.3       +2 -2      jboss-seam/src/main/org/jboss/seam/util/UnifiedELValueBinding.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UnifiedELValueBinding.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/util/UnifiedELValueBinding.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- UnifiedELValueBinding.java	13 May 2007 08:33:35 -0000	1.2
  +++ UnifiedELValueBinding.java	30 May 2007 00:19:13 -0000	1.3
  @@ -1,7 +1,7 @@
   package org.jboss.seam.util;
   
  -import static org.jboss.seam.util.EL.EL_CONTEXT;
  -import static org.jboss.seam.util.EL.EXPRESSION_FACTORY;
  +import static org.jboss.seam.el.EL.EL_CONTEXT;
  +import static org.jboss.seam.el.EL.EXPRESSION_FACTORY;
   
   import javax.el.ValueExpression;
   import javax.faces.context.FacesContext;
  
  
  



More information about the jboss-cvs-commits mailing list