Interface RenderersFactory

All Known Implementing Classes:
RenderersFactoryFromDB, RenderersFactoryFromFile

public interface RenderersFactory
RenderersFactory provides renderers to TranslatorConfiguration.

In an early concept, renderers were defined in an XML file. In order to simplify thw configuration, now these renderers definitions can be stored in a database and maintained from the hybris Management Console (hMC) too. Therefore the RenderesFactory interface was build. It provides renderers to TranslatorConfiguration thanks to getRenderer(String) and getRenderers() methods. Different implementation of this interface can base on different definition sources (currently: database or xml file).