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