Package jakarta.faces.render
package jakarta.faces.render
-
ClassDescriptionA ClientBehaviorRenderer produces the client-side script that implements a
ClientBehavior
's client-side logic.The presence of this annotation on a class automatically registers the class with the runtime as aClientBehaviorRenderer
.The presence of this annotation on a class automatically registers the class with the runtime as aRenderer
.Renderer<T extends UIComponent>A Renderer converts the internal representation ofUIComponent
s into the output stream (or writer) associated with the response we are creating for a particular request.RenderKit represents a collection ofRenderer
instances that, together, know how to render Jakarta FacesUIComponent
instances for a specific client.RenderKitFactory is a factory object that registers and returnsRenderKit
instances.ResponseStateManager is the helper class toStateManager
that knows the specific rendering technology being used to generate the response.