Interface ActionSourceAttachedObjectTarget
- All Superinterfaces:
AttachedObjectTarget
- All Known Subinterfaces:
ActionSource2AttachedObjectTarget
A marker interface for VDL tags that represent <composite:actionSource/> for use by the
composite component page author.
Historical note: this class was previously named ActionSource2AttachedObjectTarget but since deprecation of ActionSource2
this class has been renamed to drop the 2.
- Since:
- 4.1
-
Field Summary
Fields inherited from interface AttachedObjectTarget
ATTACHED_OBJECT_TARGETS_KEYModifier and TypeFieldDescriptionstatic final StringThe key in the value set of the composite componentBeanDescriptor, the value for which is aList<AttachedObjectTarget>. -
Method Summary
Methods inherited from interface AttachedObjectTarget
getName, getTargetsModifier and TypeMethodDescriptiongetName()Returns the name by which this attached object target is exposed to the page author.getTargets(UIComponent topLevelComponent) Returns theList<UIComponent>that thisAttachedObjectTargetexposes.