Package jakarta.faces.view
Interface AttachedObjectTarget
- 
- All Known Subinterfaces:
- ActionSource2AttachedObjectTarget,- BehaviorHolderAttachedObjectTarget,- EditableValueHolderAttachedObjectTarget,- ValueHolderAttachedObjectTarget
 
 public interface AttachedObjectTarget- Since:
- 2.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringATTACHED_OBJECT_TARGETS_KEYThe key in the value set of the composite componentBeanDescriptor, the value for which is aList<AttachedObjectTarget>.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()List<UIComponent>getTargets(UIComponent topLevelComponent)
 
- 
- 
- 
Field Detail- 
ATTACHED_OBJECT_TARGETS_KEYstatic final String ATTACHED_OBJECT_TARGETS_KEY The key in the value set of the composite componentBeanDescriptor, the value for which is aList<AttachedObjectTarget>.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getNameString getName() 
 - 
getTargetsList<UIComponent> getTargets(UIComponent topLevelComponent) 
 
- 
 
-