类 javax.el.MethodNotFoundException
的使用

使用 MethodNotFoundException 的软件包
com.sun.el   
com.sun.el.util   
 

com.sun.elMethodNotFoundException 的使用
 

抛出 MethodNotFoundExceptioncom.sun.el 中的方法
 MethodInfo MethodExpressionImpl.getMethodInfo(ELContext context)
          Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
 Object MethodExpressionImpl.invoke(ELContext context, Object[] params)
          Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation.
 

com.sun.el.utilMethodNotFoundException 的使用
 

抛出 MethodNotFoundExceptioncom.sun.el.util 中的方法
static Method ReflectionUtil.getMethod(Object base, Object property, Class[] paramTypes)
          Returns a method based on the criteria
 



Copyright © 2013. All Rights Reserved.