Uses of Package
jakarta.faces.render
Package
Description
-
ClassDescriptionA Renderer converts the internal representation of
UIComponent
s into the output stream (or writer) associated with the response we are creating for a particular request. -
ClassDescriptionA ClientBehaviorRenderer produces the client-side script that implements a
ClientBehavior
's client-side logic. -
ClassDescriptionRenderKit represents a collection of
Renderer
instances that, together, know how to render Jakarta FacesUIComponent
instances for a specific client. -
ClassDescriptionA ClientBehaviorRenderer produces the client-side script that implements a
ClientBehavior
's client-side logic.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.