| Class | Description | 
|---|---|
| ClientBehaviorRenderer | A ClientBehaviorRenderer produces
 the client-side script that implements a  ClientBehavior's client-side 
 logic. | 
| Renderer | A Renderer converts
 the internal representation of  UIComponents into the output
 stream (or writer) associated with the response we are creating for a
 particular request. | 
| RendererWrapper | |
| RenderKit | RenderKit
 represents a collection of  Rendererinstances that, together,
 know how to render JavaServer FacesUIComponentinstances for
 a specific client. | 
| RenderKitFactory | RenderKitFactory is a
 factory object that registers
 and returns  RenderKitinstances. | 
| RenderKitWrapper | |
| ResponseStateManager | 
 ResponseStateManager
 is the helper class to  StateManagerthat knows the specific rendering technology being used to generate
 the response. | 
| Annotation Type | Description | 
|---|---|
| FacesBehaviorRenderer | The presence of this annotation on a
 class automatically registers the class with the runtime as a  | 
| FacesRenderer | The presence of this annotation on a
 class automatically registers the class with the runtime as a  | 
Copyright © 2019 JBoss by Red Hat. All rights reserved.