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).| Modifier and Type | Method and Description |
|---|---|
AbstractRenderer |
get(String name)
return renderer for a given name
|
Set<String> |
keySet() |
AbstractRenderer get(String name)
AbstractRendererCopyright © 2017 SAP SE. All Rights Reserved.