Package jakarta.faces.render
-
Class Summary Class Description ClientBehaviorRenderer A ClientBehaviorRenderer produces the client-side script that implements aClientBehavior
's client-side logic.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.RendererWrapper RenderKit RenderKit represents a collection ofRenderer
instances that, together, know how to render Jakarta FacesUIComponent
instances for a specific client.RenderKitFactory RenderKitFactory is a factory object that registers and returnsRenderKit
instances.RenderKitWrapper ResponseStateManager ResponseStateManager is the helper class toStateManager
that knows the specific rendering technology being used to generate the response. -
Annotation Types Summary Annotation Type Description FacesBehaviorRenderer The presence of this annotation on a class automatically registers the class with the runtime as aClientBehaviorRenderer
.FacesRenderer The presence of this annotation on a class automatically registers the class with the runtime as aRenderer
.