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 AttachedObjectHandler
applyAttachedObject, getForModifier and TypeMethodDescriptionvoidapplyAttachedObject(FacesContext context, UIComponent parent) Take the argumentparentand apply this attached object to it.getFor()Return the value of the "for" attribute specified by the page author on the tag for thisAttachedObjectHandler.
ActionSourceAttachedObjectHandlerinstead.