Uses of Package
jakarta.faces.render
Packages that use jakarta.faces.render
Package
Description
-
Classes in jakarta.faces.render used by jakarta.faces.componentClassDescriptionA Renderer converts the internal representation of
UIComponents into the output stream (or writer) associated with the response we are creating for a particular request. -
Classes in jakarta.faces.render used by jakarta.faces.component.behaviorClassDescriptionA ClientBehaviorRenderer produces the client-side script that implements a
ClientBehavior's client-side logic. -
Classes in jakarta.faces.render used by jakarta.faces.contextClassDescriptionRenderKit represents a collection of
Rendererinstances that, together, know how to render Jakarta FacesUIComponentinstances for a specific client. -
Classes in jakarta.faces.render used by jakarta.faces.renderClassDescriptionA ClientBehaviorRenderer produces the client-side script that implements a
ClientBehavior's client-side logic.A Renderer converts the internal representation ofUIComponents into the output stream (or writer) associated with the response we are creating for a particular request.RenderKit represents a collection ofRendererinstances that, together, know how to render Jakarta FacesUIComponentinstances for a specific client.RenderKitFactory is a factory object that registers and returnsRenderKitinstances.ResponseStateManager is the helper class toStateManagerthat knows the specific rendering technology being used to generate the response.