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