RendererManager maintains a table of RendererFactories, keyed by namespace. Clients can use a single RendererManager, or create their own.
Setting up a RendererManager
Clients can always set the RendererManager explicitly on a RenderingContext, but our implementations of the RenderingContext will use the following defaulting strategy:
- If the client explicitly set a RendererManager, use it
- Check the context's
Configuration
object for a RendererManager with the RENDERER_MANAGER key. - Retrieve the RendererManager from the LookAndFeel
- Otherwise, use a default RendererManager containing the Oracle browser-based look-and-feel and plain HTML (e.g, HTMLWebBean) support
@version $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/RendererManager.java#0 $) $Date: 10-nov-2005.18:50:19 $
@author The Oracle ADF Faces Team