Package jakarta.faces.component
Interface ActionSource2
- All Superinterfaces:
ActionSource
Deprecated, for removal: This API element is subject to removal in a future version.
See Javadoc of Faces Specification
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.el.MethodExpression
Deprecated, for removal: This API element is subject to removal in a future version.void
setActionExpression
(jakarta.el.MethodExpression action) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface jakarta.faces.component.ActionSource
addActionListener, getActionListeners, isImmediate, removeActionListener, setImmediate
-
Method Details
-
getActionExpression
jakarta.el.MethodExpression getActionExpression()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getActionExpression
in interfaceActionSource
-
setActionExpression
void setActionExpression(jakarta.el.MethodExpression action) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setActionExpression
in interfaceActionSource
-