Class StandardExpressionPreprocessor

java.lang.Object
org.thymeleaf.standard.expression.StandardExpressionPreprocessor

final class StandardExpressionPreprocessor extends Object

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 Details

    • PREPROCESS_DELIMITER

      private static final char PREPROCESS_DELIMITER
      See Also:
    • PREPROCESS_EVAL

      private static final String PREPROCESS_EVAL
      See Also:
    • PREPROCESS_EVAL_PATTERN

      private static final Pattern PREPROCESS_EVAL_PATTERN
  • Constructor Details

    • StandardExpressionPreprocessor

      private StandardExpressionPreprocessor()
  • Method Details