@Exposed @Component public final class WebCmsComponentContentModelWriter extends Object
WebCmsContentMarker,
WebCmsContentMarkerService| Constructor and Description |
|---|
WebCmsComponentContentModelWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
writeHtml(WebCmsComponentModel componentModel,
String text,
boolean parseMarkers,
com.foreach.across.modules.web.thymeleaf.ThymeleafModelBuilder model)
Write raw unescaped text (HTML) to the Thymeleaf output.
|
void |
writeText(WebCmsComponentModel componentModel,
String text,
boolean escapeXml,
boolean parseMarkers,
com.foreach.across.modules.web.thymeleaf.ThymeleafModelBuilder model)
Write text to the Thymeleaf output.
|
void |
writeText(WebCmsComponentModel componentModel,
String text,
boolean parseMarkers,
com.foreach.across.modules.web.thymeleaf.ThymeleafModelBuilder model)
Write escaped text to the Thymeleaf output.
|
public void writeText(WebCmsComponentModel componentModel, String text, boolean parseMarkers, com.foreach.across.modules.web.thymeleaf.ThymeleafModelBuilder model)
componentModel - being renderedtext - to writeparseMarkers - true if markers should be replacedmodel - to write the output topublic void writeHtml(WebCmsComponentModel componentModel, String text, boolean parseMarkers, com.foreach.across.modules.web.thymeleaf.ThymeleafModelBuilder model)
componentModel - being renderedtext - to writeparseMarkers - true if markers should be replacedmodel - to write the output topublic void writeText(WebCmsComponentModel componentModel, String text, boolean escapeXml, boolean parseMarkers, com.foreach.across.modules.web.thymeleaf.ThymeleafModelBuilder model)
componentModel - being renderedtext - to writeescapeXml - true if XML markup should be escapedparseMarkers - true if markers should be replacedmodel - to write the output toCopyright © 2020. All rights reserved.