A governing class for Rollers rendering system.
The purpose of the RendererManager is to provide a level of abstraction
between classes that are rendering content and the implementations of the
rendering technology. This allows us to provide easily pluggable rendering
implementations.
getRenderer(Template template) Find the appropriate Renderer for the given content.
This method checks all renderer factories configured for the Roller
instance and tries to find a Renderer for the content.
Find the appropriate Renderer for the given content.
This method checks all renderer factories configured for the Roller
instance and tries to find a Renderer for the content. If no Renderer
can be found then we throw an exception.