| Package | Description | 
|---|---|
| javax.faces.application | |
| javax.faces.component | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract MethodBinding | Application. createMethodBinding(String ref,
                   Class<?>[] params)Deprecated.   | 
| MethodBinding | ApplicationWrapper. createMethodBinding(String ref,
                   Class<?>[] params)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodBinding | ActionSource. getAction()Deprecated. 
 Replaced by ActionSource2.getActionExpression | 
| MethodBinding | UIViewAction. getAction()Deprecated.  | 
| MethodBinding | UICommand. getAction()Deprecated. 
 Use getActionExpression() instead. | 
| MethodBinding | ActionSource. getActionListener()Deprecated. 
 Replaced by getActionListeners | 
| MethodBinding | UIViewAction. getActionListener()Deprecated.  | 
| MethodBinding | UICommand. getActionListener()Deprecated.   | 
| MethodBinding | UIInput. getValidator()Deprecated.   | 
| MethodBinding | EditableValueHolder. getValidator()Deprecated. 
 Use getValidators() instead. | 
| MethodBinding | UIInput. getValueChangeListener()Deprecated.   | 
| MethodBinding | EditableValueHolder. getValueChangeListener()Deprecated. 
 Use getValueChangeLIsteners() instead. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ActionSource. setAction(MethodBinding action)Deprecated. 
 Replaced by ActionSource2.setActionExpression | 
| void | UIViewAction. setAction(MethodBinding action)Deprecated. 
 Use setActionExpression instead. | 
| void | UICommand. setAction(MethodBinding action)Deprecated. 
 Use setActionExpression instead. | 
| void | ActionSource. setActionListener(MethodBinding actionListener) | 
| void | UIViewAction. setActionListener(MethodBinding actionListener)Deprecated.   | 
| void | UICommand. setActionListener(MethodBinding actionListener)Deprecated.   | 
| void | UIInput. setValidator(MethodBinding validator)Deprecated.   | 
| void | EditableValueHolder. setValidator(MethodBinding validatorBinding)Deprecated. 
 Use addValidator(MethodExpressionValidaotr) instead. | 
| void | UIInput. setValueChangeListener(MethodBinding valueChangeListener)Deprecated.   | 
| void | EditableValueHolder. setValueChangeListener(MethodBinding valueChangeMethod)Deprecated. 
 use addValueChangeListener(MethodExpressionValueChangeListener) instead. | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.