Class SpringStandardExpressionObjectFactory

  • All Implemented Interfaces:
    org.thymeleaf.expression.IExpressionObjectFactory

    public class SpringStandardExpressionObjectFactory
    extends org.thymeleaf.standard.expression.StandardExpressionObjectFactory

    Builds the expression objects to be used by SpringStandard dialects.

    Since:
    3.0.0
    Author:
    Daniel Fernández
    • Constructor Detail

      • SpringStandardExpressionObjectFactory

        public SpringStandardExpressionObjectFactory()
    • Method Detail

      • getAllExpressionObjectNames

        public Set<String> getAllExpressionObjectNames()
        Specified by:
        getAllExpressionObjectNames in interface org.thymeleaf.expression.IExpressionObjectFactory
        Overrides:
        getAllExpressionObjectNames in class org.thymeleaf.standard.expression.StandardExpressionObjectFactory
      • buildObject

        public Object buildObject​(org.thymeleaf.context.IExpressionContext context,
                                  String expressionObjectName)
        Specified by:
        buildObject in interface org.thymeleaf.expression.IExpressionObjectFactory
        Overrides:
        buildObject in class org.thymeleaf.standard.expression.StandardExpressionObjectFactory