com.sun.el.lang
类 ExpressionBuilder
java.lang.Object
com.sun.el.lang.ExpressionBuilder
- 所有已实现的接口:
- NodeVisitor
public final class ExpressionBuilder
- extends Object
- implements NodeVisitor
- 版本:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: hmalphett $
- 作者:
- Jacob Hookom [jacob@hookom.net]
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionBuilder
public ExpressionBuilder(String expression,
ELContext ctx)
throws ELException
- 抛出:
ELException
createNode
public static final Node createNode(String expr)
throws ELException
- 抛出:
ELException
visit
public void visit(Node node)
throws ELException
- 指定者:
- 接口
NodeVisitor 中的 visit
- 抛出:
ELException
createValueExpression
public ValueExpression createValueExpression(Class expectedType)
throws ELException
- 抛出:
ELException
createMethodExpression
public MethodExpression createMethodExpression(Class expectedReturnType,
Class[] expectedParamTypes)
throws ELException
- 抛出:
ELException
Copyright © 2013. All Rights Reserved.