类 javax.el.MethodInfo
的使用

使用 MethodInfo 的软件包
com.sun.el   
com.sun.el.parser   
javax.el Provides the API for the Unified Expression Language 2.2 used by the JSP 2.2 and JSF 2.0 technologies. 
 

com.sun.elMethodInfo 的使用
 

返回 MethodInfocom.sun.el 中的方法
 MethodInfo MethodExpressionLiteral.getMethodInfo(ELContext context)
           
 MethodInfo MethodExpressionImpl.getMethodInfo(ELContext context)
          Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
 

com.sun.el.parserMethodInfo 的使用
 

返回 MethodInfocom.sun.el.parser 中的方法
 MethodInfo SimpleNode.getMethodInfo(EvaluationContext ctx, Class[] paramTypes)
           
 MethodInfo Node.getMethodInfo(EvaluationContext ctx, Class[] paramTypes)
           
 MethodInfo AstValue.getMethodInfo(EvaluationContext ctx, Class[] paramTypes)
           
 MethodInfo AstIdentifier.getMethodInfo(EvaluationContext ctx, Class[] paramTypes)
           
 

javax.elMethodInfo 的使用
 

返回 MethodInfojavax.el 中的方法
abstract  MethodInfo MethodExpression.getMethodInfo(ELContext context)
          Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
 



Copyright © 2013. All Rights Reserved.