Package javax. faces. component. behavior
See: Description
-
Interface Summary Interface Description Behavior The Behavior interface is the root API of the component behavior model.
ClientBehavior ClientBehavior is the base contract for
Behavior
s that attach script content to client-side events exposed byClientBehaviorHolder
components.ClientBehaviorHolder The ClientBehaviorHolder interface may be implemented by any concrete
UIComponent
that wishes to support client behaviors as defined byClientBehavior
. -
Class Summary Class Description AjaxBehavior An instance of this class is added as a
ClientBehavior
to a component using theClientBehaviorHolder.addClientBehavior(java.lang.String, javax.faces.component.behavior.ClientBehavior)
contract that components implement.BehaviorBase BehaviorBase is a convenience base class that provides a default implementation of the
Behavior
contract.ClientBehaviorBase ClientBehaviorBase is a convenience base class that implements the default concrete behavior of all methods defined by
ClientBehavior
.ClientBehaviorContext ClientBehaviorContext provides context information that may be useful to
ClientBehavior.getScript(javax.faces.component.behavior.ClientBehaviorContext)
implementations.ClientBehaviorContext.Parameter Parameter instances represent name/value pairs that "submitting" ClientBehavior implementations should include when posting back into the Faces lifecycle.
-
Enum Summary Enum Description ClientBehaviorHint An enum that specifies hints that describes the behavior of ClientBehavior implementations.
-
Annotation Types Summary Annotation Type Description FacesBehavior The presence of this annotation on a class automatically registers the class with the runtime as a
Behavior
.
Package javax.faces.component.behavior Description
APIs for attaching additional behavior to user interface components.
Document created the 11/06/2005, last modified the 18/08/2025
Source of the printed document:https://www.gaudry.be/en/java-api-javaee-rf-javax/faces/component/behavior/package-summary.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author of this site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.