public final class ExpressionBuilder extends Object implements NodeVisitor
Constructor and Description |
---|
ExpressionBuilder(String expression,
javax.el.ELContext ctx) |
Modifier and Type | Method and Description |
---|---|
javax.el.MethodExpression |
createMethodExpression(Class expectedReturnType,
Class[] expectedParamTypes) |
static Node |
createNode(String expr) |
javax.el.ValueExpression |
createValueExpression(Class expectedType) |
void |
visit(Node node) |
public ExpressionBuilder(String expression, javax.el.ELContext ctx) throws javax.el.ELException
javax.el.ELException
public static final Node createNode(String expr) throws javax.el.ELException
javax.el.ELException
public void visit(Node node) throws javax.el.ELException
visit
in interface NodeVisitor
javax.el.ELException
public javax.el.ValueExpression createValueExpression(Class expectedType) throws javax.el.ELException
javax.el.ELException
Copyright © 2006–2018 TinyGroup. All rights reserved.