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