public class BindExpressionBuilder extends ExpressionBuilder
Modifier and Type | Field and Description |
---|---|
protected BindELContext |
_ctx |
expression, fnMapper, varMapper
Constructor and Description |
---|
BindExpressionBuilder(java.lang.String expression,
ELContext ctx) |
Modifier and Type | Method and Description |
---|---|
protected void |
addTracking(java.util.List<java.lang.String> series) |
void |
visit(Node node) |
protected void |
visitNode(Node node) |
build, createMethodExpression, createNode, createValueExpression
protected final BindELContext _ctx
public BindExpressionBuilder(java.lang.String expression, ELContext ctx) throws ELException
ELException
public void visit(Node node) throws ELException
visit
in interface NodeVisitor
visit
in class ExpressionBuilder
ELException
protected void addTracking(java.util.List<java.lang.String> series)
protected void visitNode(Node node)
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.