| Package | Description | 
|---|---|
| javax.faces.el | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Class | 
MethodBinding.getType(FacesContext context)
Deprecated.  
Return the Java class representing the return type from the
 method identified by this method binding expression. 
 | 
abstract Object | 
MethodBinding.invoke(FacesContext context,
      Object[] params)
Deprecated.  
Return the return value (if any) resulting from a call to the
 method identified by this method binding expression, passing it
 the specified parameters, relative to the specified  
FacesContext. | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.