Class StandardExpressionPreprocessor
java.lang.Object
org.thymeleaf.standard.expression.StandardExpressionPreprocessor
Expression preprocessor, in charge of executing __...__ fragments in Thymeleaf Standard Expressions.
Note a class with this name existed since 2.1.0, but it was completely reimplemented in Thymeleaf 3.0
- Since:
- 3.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static String(package private) static Stringpreprocess(IExpressionContext context, String input)
-
Field Details
-
PREPROCESS_DELIMITER
private static final char PREPROCESS_DELIMITER- See Also:
-
PREPROCESS_EVAL
- See Also:
-
PREPROCESS_EVAL_PATTERN
-
-
Constructor Details
-
StandardExpressionPreprocessor
private StandardExpressionPreprocessor()
-
-
Method Details
-
preprocess
-
checkPreprocessingMarkUnescaping
-