| Package | Description |
|---|---|
| jakarta.faces.application | |
| jakarta.faces.component |
| Modifier and Type | Method and Description |
|---|---|
MethodBinding |
ApplicationWrapper.createMethodBinding(String ref,
Class<?>[] params)
Deprecated.
|
abstract MethodBinding |
Application.createMethodBinding(String ref,
Class<?>[] params)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MethodBinding |
UIViewAction.getAction()
Deprecated.
|
MethodBinding |
UICommand.getAction()
Deprecated.
Use getActionExpression() instead.
|
MethodBinding |
ActionSource.getAction()
Deprecated.
Replaced by ActionSource2.getActionExpression
|
MethodBinding |
UIViewAction.getActionListener()
Deprecated.
|
MethodBinding |
UICommand.getActionListener()
Deprecated.
|
MethodBinding |
ActionSource.getActionListener()
Deprecated.
Replaced by getActionListeners
|
MethodBinding |
UIInput.getValidator()
Deprecated.
|
MethodBinding |
EditableValueHolder.getValidator()
Deprecated.
Use getValidators() instead.
|
MethodBinding |
UIInput.getValueChangeListener()
A method which is invoked during postback processing for the current view if the submitted value for this
component is not equal to the value which the "value" expression for this component returns.
|
MethodBinding |
EditableValueHolder.getValueChangeListener()
Deprecated.
Use getValueChangeListeners() instead.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIViewAction.setAction(MethodBinding action)
Deprecated.
Use setActionExpression instead.
|
void |
UICommand.setAction(MethodBinding action)
Deprecated.
Use setActionExpression instead.
|
void |
ActionSource.setAction(MethodBinding action)
Deprecated.
Replaced by ActionSource2.setActionExpression
|
void |
UIViewAction.setActionListener(MethodBinding actionListener)
Deprecated.
|
void |
UICommand.setActionListener(MethodBinding actionListener)
Deprecated.
|
void |
ActionSource.setActionListener(MethodBinding actionListener)
Deprecated.
Replaced by addActionListener
|
void |
UIInput.setValidator(MethodBinding validator)
Deprecated.
|
void |
EditableValueHolder.setValidator(MethodBinding validatorBinding)
Deprecated.
Use addValidator(MethodExpressionValidaotr) instead.
|
void |
UIInput.setValueChangeListener(MethodBinding valueChangeListener)
Deprecated.
Use addValueChangeListener instead
|
void |
EditableValueHolder.setValueChangeListener(MethodBinding valueChangeMethod)
Deprecated.
use addValueChangeListener(MethodExpressionValueChangeListener) instead.
|
Copyright © 2026 The Apache Software Foundation. All rights reserved.