Class LiteralSubstitutionUtil
- java.lang.Object
-
- org.thymeleaf.standard.expression.LiteralSubstitutionUtil
-
final class LiteralSubstitutionUtil extends java.lang.Object- Since:
- 2.1.0
-
-
Field Summary
Fields Modifier and Type Field Description private static charLITERAL_SUBSTITUTION_DELIMITER
-
Constructor Summary
Constructors Modifier Constructor Description privateLiteralSubstitutionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.lang.StringperformLiteralSubstitution(java.lang.String input)
-
-
-
Field Detail
-
LITERAL_SUBSTITUTION_DELIMITER
private static final char LITERAL_SUBSTITUTION_DELIMITER
- See Also:
- Constant Field Values
-
-