Class HtmxSpringStandardExressionObjectFactory

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

    public class HtmxSpringStandardExressionObjectFactory
    extends java.lang.Object
    implements org.thymeleaf.expression.IExpressionObjectFactory
    • Field Detail

      • HTMX_REQUEST_EXPRESSION_OBJECT_NAME

        public static final java.lang.String HTMX_REQUEST_EXPRESSION_OBJECT_NAME
        See Also:
        Constant Field Values
      • ALL_EXPRESSION_OBJECT_NAMES

        public static final java.util.Set<java.lang.String> ALL_EXPRESSION_OBJECT_NAMES
    • Constructor Detail

      • HtmxSpringStandardExressionObjectFactory

        public HtmxSpringStandardExressionObjectFactory()
    • Method Detail

      • getAllExpressionObjectNames

        public java.util.Set<java.lang.String> getAllExpressionObjectNames()
        Specified by:
        getAllExpressionObjectNames in interface org.thymeleaf.expression.IExpressionObjectFactory
      • buildObject

        public java.lang.Object buildObject​(org.thymeleaf.context.IExpressionContext context,
                                            java.lang.String expressionObjectName)
        Specified by:
        buildObject in interface org.thymeleaf.expression.IExpressionObjectFactory
      • isCacheable

        public boolean isCacheable​(java.lang.String expressionObjectName)
        Specified by:
        isCacheable in interface org.thymeleaf.expression.IExpressionObjectFactory