类 javax.el.MethodExpression
的使用

使用 MethodExpression 的软件包
com.sun.el   
com.sun.el.lang   
javax.el Provides the API for the Unified Expression Language 2.2 used by the JSP 2.2 and JSF 2.0 technologies. 
org.apache.jasper.runtime   
 

com.sun.elMethodExpression 的使用
 

com.sun.elMethodExpression 的子类
 class MethodExpressionImpl
          An Expression that refers to a method on an object.
 class MethodExpressionLiteral
           
 

返回 MethodExpressioncom.sun.el 中的方法
 MethodExpression ExpressionFactoryImpl.createMethodExpression(ELContext context, String expression, Class expectedReturnType, Class[] expectedParamTypes)
           
 

com.sun.el.langMethodExpression 的使用
 

返回 MethodExpressioncom.sun.el.lang 中的方法
 MethodExpression ExpressionBuilder.createMethodExpression(Class expectedReturnType, Class[] expectedParamTypes)
           
 

javax.elMethodExpression 的使用
 

返回 MethodExpressionjavax.el 中的方法
abstract  MethodExpression ExpressionFactory.createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes)
          Parses an expression into a MethodExpression for later evaluation.
 

org.apache.jasper.runtimeMethodExpression 的使用
 

返回 MethodExpressionorg.apache.jasper.runtime 中的方法
static MethodExpression PageContextImpl.getMethodExpression(String expression, PageContext pageContext, FunctionMapper functionMap, Class expectedType, Class[] paramTypes)
           
 

参数类型为 MethodExpressionorg.apache.jasper.runtime 中的方法
static void PageContextImpl.setMethodVariable(PageContext pageContext, String variable, MethodExpression expression)
           
 



Copyright © 2013. All Rights Reserved.