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) protected StringreplacementFor(char c) 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
- Parameters:
origin-result-- Returns:
trueif this mapper applies to the given result
-
replacementFor
-
map
- Specified by:
mapin interfaceResultMapper- Parameters:
result- The result, nevernullexpression- The original expression- Returns:
- the string value
-