Package jakarta.faces.view
Interface ActionSource2AttachedObjectHandler
- All Superinterfaces:
ActionSourceAttachedObjectHandler
,AttachedObjectHandler
@Deprecated(since="4.1",
forRemoval=true)
public interface ActionSource2AttachedObjectHandler
extends ActionSourceAttachedObjectHandler
Deprecated, for removal: This API element is subject to removal in a future version.
A VDL handler that exposes ActionListener
to a page author. The default
implementation of Facelets must provide an implemention of this in the handler for the
<f:actionListener>
tag.
- Since:
- 2.0
-
Method Summary
Methods inherited from interface jakarta.faces.view.AttachedObjectHandler
applyAttachedObject, getFor
ActionSourceAttachedObjectHandler
instead.