Class HtmlTemplateHelper
java.lang.Object
org.mockserver.templates.engine.helpers.HtmlTemplateHelper
HTML entity escaping helpers for templates: escape a string so it can be
safely embedded in HTML, and reverse the operation. Backed by Apache
commons-text (already on the classpath), so the full HTML4 entity set is
supported, with
& < > " and named/numeric entities handled.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HtmlTemplateHelper
public HtmlTemplateHelper()
-
-
Method Details