org.zkoss.bind.xel.zel
Class BindExpressionBuilder

java.lang.Object
  extended by org.zkoss.zel.impl.lang.ExpressionBuilder
      extended by org.zkoss.bind.xel.zel.BindExpressionBuilder
All Implemented Interfaces:
NodeVisitor

public class BindExpressionBuilder
extends ExpressionBuilder

Handle value dot series script for Binding.

Since:
6.0.0
Author:
henrichen

Constructor Summary
BindExpressionBuilder(java.lang.String expression, ELContext ctx)
           
 
Method Summary
 void visit(Node node)
           
 
Methods inherited from class org.zkoss.zel.impl.lang.ExpressionBuilder
createMethodExpression, createNode, createValueExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindExpressionBuilder

public BindExpressionBuilder(java.lang.String expression,
                             ELContext ctx)
                      throws ELException
Throws:
ELException
Method Detail

visit

public void visit(Node node)
           throws ELException
Specified by:
visit in interface NodeVisitor
Overrides:
visit in class ExpressionBuilder
Throws:
ELException


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo