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, java.lang.String expression, java.lang.Class<?> expectedReturnType, java.lang.Class<?>[] expectedParamTypes)
          Parses an expression into a MethodExpression for later evaluation.
 



Portions Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved. Portions Copyright © 2005 Sun Microsystems Inc. All Rights Reserved