Package org.apache.el.lang
Class ExpressionBuilder
java.lang.Object
org.apache.el.lang.ExpressionBuilder
- All Implemented Interfaces:
org.apache.el.parser.NodeVisitor
- Author:
- Jacob Hookom [jacob@hookom.net]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodExpression
(Class<?> expectedReturnType, Class<?>[] expectedParamTypes) static org.apache.el.parser.Node
createNode
(String expr) createValueExpression
(Class<?> expectedType) void
visit
(org.apache.el.parser.Node node)
-
Constructor Details
-
ExpressionBuilder
- Throws:
ELException
-
-
Method Details
-
createNode
- Throws:
ELException
-
visit
- Specified by:
visit
in interfaceorg.apache.el.parser.NodeVisitor
- Throws:
ELException
-
createValueExpression
- Throws:
ELException
-
createMethodExpression
public MethodExpression createMethodExpression(Class<?> expectedReturnType, Class<?>[] expectedParamTypes) throws ELException - Throws:
ELException
-