| Package | Description | 
|---|---|
| javax.faces.application | |
| javax.faces.component | 
| Modifier and Type | Method and Description | 
|---|---|
MethodBinding | 
ApplicationWrapper.createMethodBinding(String ref,
                   Class<?>[] params)
Deprecated. 
 
See superclass for alternative. 
 | 
abstract MethodBinding | 
Application.createMethodBinding(String ref,
                   Class<?>[] params)
Deprecated. 
 
This has been replaced by calling  
Application.getExpressionFactory() then
             ExpressionFactory.createMethodExpression(javax.el.ELContext, java.lang.String, java.lang.Class<?>, java.lang.Class<?>[]). | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.