Package javax.faces.render

Classes and interfaces defining the rendering model.

See:
          Description

Class Summary
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.
RenderKit RenderKit represents a collection of Renderer instances that, together, know how to render JavaServer Faces UIComponent instances for a specific client.
RenderKitFactory RenderKitFactory is a factory object that creates (if needed) and returns new RenderKit instances.
 

Package javax.faces.render Description

Classes and interfaces defining the rendering model.