Package jakarta.faces.view.facelets
Interface BehaviorConfig
- All Superinterfaces:
TagConfig
Convey the id of a behavior declared in a view.
- Since:
- 2.0
-
Method Summary
Methods inherited from interface jakarta.faces.view.facelets.TagConfig
getNextHandler, getTag, getTagId
-
Method Details
-
getBehaviorId
String getBehaviorId()Return the value of the behavior-id.
- Returns:
- the value of behavior-id
- Since:
- 2.0
-