Expression Language 2.2 API 1.0.2.Final-redhat-1

Uses of Class
javax.el.MethodExpression

Packages that use MethodExpression
javax.el Provides the API for the Unified Expression Language shared by the JSP 2.1 and JSF 1.2 technologies. 
 

Uses of MethodExpression in javax.el
 

Methods in javax.el that return MethodExpression
abstract  MethodExpression ExpressionFactory.createMethodExpression(ELContext context, String expression, Class<?> expectedReturnType, Class<?>[] expectedParamTypes)
          Parses an expression into a MethodExpression for later evaluation.
 


Expression Language 2.2 API 1.0.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.