| Package | Description |
|---|---|
| de.hybris.platform.commons.jalo.translator | |
| de.hybris.platform.commons.translator | |
| de.hybris.platform.commons.translator.parsers |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,AbstractParser> |
JaloTranslatorConfiguration.getParserPropertiesAsMap() |
| Modifier and Type | Method and Description |
|---|---|
AbstractParser |
TranslatorConfiguration.getParser(java.lang.String name)
get parser from the configuration by the name
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
Translator.searchForClosingTag(AbstractParser abstractParser,
java.lang.String startTag,
java.lang.String textToSearch)
search in textToSearch closing tag for given startTag.
|
| Constructor and Description |
|---|
TranslatorConfiguration(java.util.Map<java.lang.String,AbstractParser> parsersConfiguration,
RenderersFactory renderersFactory)
This constructor should be used when parsers configuration is defined in database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HtmlListParser
Parser used by
Translator for searching ol and ul html tags and creating for
them |
class |
HtmlSimpleEntityParser
HtmlSimpleEntityParser is an implementation of created for html
entities like & nbsp; . |
class |
HtmlSimpleParser
HtmlSimpleParser is a simple implementation of the AbstractParser used by Translator to search
html tags. |
class |
HtmlTableParser
Parser used by
Translator for searching tables in tags and creating for them. |
Copyright © 2018 SAP SE. All Rights Reserved.