Package jakarta.faces.view
Interface BehaviorHolderAttachedObjectHandler
- 
- All Superinterfaces:
 AttachedObjectHandler
- All Known Implementing Classes:
 BehaviorHandler
public interface BehaviorHolderAttachedObjectHandler extends AttachedObjectHandler
Represent an attached object that is a
BehaviorHolderin a VDL page. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEventName()Return the client event name to which this behavior applies.- 
Methods inherited from interface jakarta.faces.view.AttachedObjectHandler
applyAttachedObject, getFor 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getEventName
String getEventName()
Return the client event name to which this behavior applies.
- Returns:
 - the client event name for this behavior
 - Since:
 - 2.0
 
 
 - 
 
 -