[jboss-cvs] jboss-seam/src/ui/org/jboss/seam/ui/facelet ...

Gavin King gavin.king at jboss.com
Wed Sep 27 21:21:22 EDT 2006


  User: gavin   
  Date: 06/09/27 21:21:22

  Modified:    src/ui/org/jboss/seam/ui/facelet    
                        MethodExpressionHelper.java
                        ParamMethodExpression.java
                        ParamValueExpression.java
                        SeamFaceletViewHandler.java
  Log:
  imports
  
  Revision  Changes    Path
  1.2       +2 -2      jboss-seam/src/ui/org/jboss/seam/ui/facelet/MethodExpressionHelper.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MethodExpressionHelper.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/facelet/MethodExpressionHelper.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- MethodExpressionHelper.java	9 Aug 2006 20:30:09 -0000	1.1
  +++ MethodExpressionHelper.java	28 Sep 2006 01:21:22 -0000	1.2
  @@ -24,13 +24,13 @@
   
   import java.io.Serializable;
   import java.lang.reflect.Method;
  +
   import javax.el.ELContext;
   import javax.el.ELException;
  -import javax.el.ExpressionFactory;
   import javax.el.MethodExpression;
   import javax.el.MethodInfo;
   import javax.el.ValueExpression;
  -import javax.el.VariableMapper;
  +
   import org.jboss.seam.actionparam.MethodExpressionParser;
   
   /**
  
  
  
  1.2       +1 -1      jboss-seam/src/ui/org/jboss/seam/ui/facelet/ParamMethodExpression.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ParamMethodExpression.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/facelet/ParamMethodExpression.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ParamMethodExpression.java	9 Aug 2006 20:30:09 -0000	1.1
  +++ ParamMethodExpression.java	28 Sep 2006 01:21:22 -0000	1.2
  @@ -24,11 +24,11 @@
   
   import javax.el.ELContext;
   import javax.el.ELException;
  -import javax.el.ExpressionFactory;
   import javax.el.MethodExpression;
   import javax.el.MethodInfo;
   import javax.el.MethodNotFoundException;
   import javax.el.PropertyNotFoundException;
  +
   import org.jboss.seam.actionparam.MethodExpressionParser;
   
   /**
  
  
  
  1.2       +0 -1      jboss-seam/src/ui/org/jboss/seam/ui/facelet/ParamValueExpression.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ParamValueExpression.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/facelet/ParamValueExpression.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- ParamValueExpression.java	9 Aug 2006 20:30:09 -0000	1.1
  +++ ParamValueExpression.java	28 Sep 2006 01:21:22 -0000	1.2
  @@ -23,7 +23,6 @@
   package org.jboss.seam.ui.facelet;
   
   import javax.el.ELContext;
  -import javax.el.ExpressionFactory;
   import javax.el.ValueExpression;
   
   import org.jboss.seam.actionparam.MethodExpressionParser;
  
  
  
  1.2       +2 -2      jboss-seam/src/ui/org/jboss/seam/ui/facelet/SeamFaceletViewHandler.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SeamFaceletViewHandler.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/org/jboss/seam/ui/facelet/SeamFaceletViewHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SeamFaceletViewHandler.java	9 Aug 2006 20:30:09 -0000	1.1
  +++ SeamFaceletViewHandler.java	28 Sep 2006 01:21:22 -0000	1.2
  @@ -22,10 +22,10 @@
   
   package org.jboss.seam.ui.facelet;
   
  +import javax.faces.application.ViewHandler;
  +
   import com.sun.facelets.FaceletViewHandler;
   import com.sun.facelets.compiler.Compiler;
  -import com.sun.facelets.compiler.SAXCompiler;
  -import javax.faces.application.ViewHandler;
   
   /**
    * This class just extends the FaceletViewHandler to set the ExpressionFactory
  
  
  



More information about the jboss-cvs-commits mailing list