Uses of Interface
de.hybris.platform.commons.translator.RenderersFactory
-
Packages that use RenderersFactory Package Description de.hybris.platform.commons.translator -
-
Uses of RenderersFactory in de.hybris.platform.commons.translator
Classes in de.hybris.platform.commons.translator that implement RenderersFactory Modifier and Type Class Description classRenderersFactoryFromDBRenderersFactoryFromDBuses the configuration from the hMC.classRenderersFactoryFromFileRendererFactory for source of renderers from xml fileConstructors in de.hybris.platform.commons.translator with parameters of type RenderersFactory Constructor Description TranslatorConfiguration(java.io.InputStream parsersConfiguration, RenderersFactory renderersFactory)This constructor should be used when parsers configuration is defined in xml fileTranslatorConfiguration(java.util.Map<java.lang.String,AbstractParser> parsersConfiguration, RenderersFactory renderersFactory)This constructor should be used when parsers configuration is defined in database.
-