Interface BehaviorConfig
- All Superinterfaces:
TagConfig
Convey the id of a behavior declared in a view.
- Since:
- 2.0
-
Method Summary
Methods inherited from interface TagConfig
getNextHandler, getTag, getTagIdModifier and TypeMethodDescriptionThe nextFaceletHandler(child or children) to be applied.getTag()Return theTagrepresenting this handler.getTagId()A document-unique id, follows the convention "_tagId##"
-
Method Details
-
getBehaviorId
String getBehaviorId()Return the value of the behavior-id.
- Returns:
- the value of behavior-id
- Since:
- 2.0
-