Package de.hybris.platform.commons.translator.renderers
-
Class Summary Class Description AbstractRenderer AbstractRendereris basic class for all renderers used byTranslatorto create output text fromAbstractNodes tree in final translation phase.EntityRenderer EntityRendererfor all nodes created from html entities
it gets additional inputStream with rules how to render nodes.IndesignUtility PlainTextRenderer Renderer that replace html tags with plain text, this is temporary solution according to PLA-6407, table, lists, and item links are not supported.ReplaceRenderer ReplaceRendererthat add string before and after text generated from node (nodeText itself or text generated from child nodes if they exists).SimpleRenderer SimpleRendereris a simple implementation of theAbstractRenderer.VelocityRenderer VelocityRendereris a renderer that uses a velocity template.