MarkupTemplateEngine
extend this abstract class,
which provides a number of utility methods to generate markup.Object.toString()
method inside a
comment markup block (<!-- ...StreamingMarkupBuilder
to generate XML/XHTML.ClassLoader.getResource(String)
if a template path already has
been queried before.CharSequence
to
be escaped automatically in templates.markup template engine
.CharSequence
,
otherwise returns the object itself.Object.toString()
method,
The contents is rendered after being escaped for XML, enforcing valid XML output.Object.toString()
method,
The contents is rendered as is, unescaped.