public final class ExpressionBuilder extends Object implements org.apache.el.parser.NodeVisitor
Constructor and Description |
---|
ExpressionBuilder(String expression,
ELContext ctx) |
Modifier and Type | Method and Description |
---|---|
MethodExpression |
createMethodExpression(Class<?> expectedReturnType,
Class<?>[] expectedParamTypes) |
static org.apache.el.parser.Node |
createNode(String expr) |
ValueExpression |
createValueExpression(Class<?> expectedType) |
void |
visit(org.apache.el.parser.Node node) |
public ExpressionBuilder(String expression, ELContext ctx) throws ELException
ELException
public static final org.apache.el.parser.Node createNode(String expr) throws ELException
ELException
public void visit(org.apache.el.parser.Node node) throws ELException
visit
in interface org.apache.el.parser.NodeVisitor
ELException
public ValueExpression createValueExpression(Class<?> expectedType) throws ELException
ELException
public MethodExpression createMethodExpression(Class<?> expectedReturnType, Class<?>[] expectedParamTypes) throws ELException
ELException
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.