Class | Description |
---|---|
Renderer |
A 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. |
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 registers
and returns
RenderKit instances. |
ResponseStateManager |
ResponseStateManager is the helper class to
StateManager that knows the specific
rendering technology being used to generate the response. |
Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.