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]

构造方法摘要
ExpressionBuilder(String expression, ELContext ctx)
           
 
方法摘要
 MethodExpression createMethodExpression(Class expectedReturnType, Class[] expectedParamTypes)
           
static Node createNode(String expr)
           
 ValueExpression createValueExpression(Class expectedType)
           
 void visit(Node node)
           
 
从类 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.