Uses of Class
jakarta.faces.component.behavior.BehaviorBase
-
Uses of BehaviorBase in jakarta.faces.component.behavior
Modifier and TypeClassDescriptionclass
An instance of this class is added as aClientBehavior
to a component using theClientBehaviorHolder.addClientBehavior(java.lang.String, jakarta.faces.component.behavior.ClientBehavior)
contract that components implement.class
ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all methods defined byClientBehavior
.