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