Uses of Class
jakarta.faces.component.behavior.BehaviorBase
-
Uses of BehaviorBase in com.sun.faces.facelets.tag.composite
Modifier and TypeClassDescriptionclass
Basically represents<f:ajax>
which is retargeted by<cc:clientBehavior>
inAjaxHandler
and checked inAjaxBehaviorRenderer
. -
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
.