Tuesday, May 15, 2007

RenderKit

Renderers are organized into RenderKits. Each RenderKit focusses on a specific type of output. For example the default RenderKit in JSF produces output for HTML 4.x

If we want to change this to output for say WML, all we need to do is change the RenderKit.

Typically a RenderKit will have renderers for all base level UIComponents, and renderers for higher level components as required.

No comments: