Package jakarta.faces.view.facelets
Interface BehaviorConfig
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBehaviorId()Return the value of the behavior-id.- 
Methods inherited from interface jakarta.faces.view.facelets.TagConfig
getNextHandler, getTag, getTagId 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getBehaviorId
String getBehaviorId()
Return the value of the behavior-id.
- Returns:
 - the value of behavior-id
 - Since:
 - 2.0
 
 
 - 
 
 -