Uses of Interface
de.hybris.platform.commons.translator.RenderersFactory
Packages that use RenderersFactory
-
Uses of RenderersFactory in de.hybris.platform.commons.translator
Classes in de.hybris.platform.commons.translator that implement RenderersFactoryModifier and TypeClassDescriptionclassRenderersFactoryFromDBuses the configuration from the hMC.classRendererFactory for source of renderers from xml fileConstructors in de.hybris.platform.commons.translator with parameters of type RenderersFactoryModifierConstructorDescriptionTranslatorConfiguration(InputStream parsersConfiguration, RenderersFactory renderersFactory) This constructor should be used when parsers configuration is defined in xml fileTranslatorConfiguration(Map<String, AbstractParser> parsersConfiguration, RenderersFactory renderersFactory) This constructor should be used when parsers configuration is defined in database.