Package io.quarkus.qute
Class HtmlEscaper
java.lang.Object
io.quarkus.qute.HtmlEscaper
- All Implemented Interfaces:
ResultMapper,WithPriority
-
Field Summary
Fields inherited from interface io.quarkus.qute.WithPriority
DEFAULT_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanappliesTo(TemplateNode.Origin origin, Object result) map(Object result, Expression expression) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.qute.WithPriority
getPriority
-
Constructor Details
-
HtmlEscaper
-
-
Method Details
-
appliesTo
- Specified by:
appliesToin interfaceResultMapper- Returns:
trueif this mapper applies to the given result
-
map
- Specified by:
mapin interfaceResultMapperexpression- The original expression- Returns:
- the string value
-