Package jakarta.faces.view
Interface BehaviorHolderAttachedObjectTarget
- All Superinterfaces:
AttachedObjectTarget
Represent a BehaviorHolder
attached object target in a VDL page.
-
Field Summary
Fields inherited from interface jakarta.faces.view.AttachedObjectTarget
ATTACHED_OBJECT_TARGETS_KEY
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether the event set on this target is the default event, e.g.Methods inherited from interface jakarta.faces.view.AttachedObjectTarget
getName, getTargets
-
Method Details
-
isDefaultEvent
boolean isDefaultEvent()Returns whether the event set on this target is the default event, e.g. as set by a tag via the "default" attribute.- Returns:
- whether this target has the default event
-