Class HtmxExpressionObjectFactory
java.lang.Object
io.github.wimdeblauwe.htmx.spring.boot.thymeleaf.HtmxExpressionObjectFactory
- All Implemented Interfaces:
org.thymeleaf.expression.IExpressionObjectFactory
public class HtmxExpressionObjectFactory
extends Object
implements org.thymeleaf.expression.IExpressionObjectFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildObject(org.thymeleaf.context.IExpressionContext context, String expressionObjectName) booleanisCacheable(String expressionObjectName)
-
Field Details
-
HTMX_REQUEST_EXPRESSION_OBJECT_NAME
- See Also:
-
ALL_EXPRESSION_OBJECT_NAMES
-
-
Constructor Details
-
HtmxExpressionObjectFactory
public HtmxExpressionObjectFactory()
-
-
Method Details
-
getAllExpressionObjectNames
- Specified by:
getAllExpressionObjectNamesin interfaceorg.thymeleaf.expression.IExpressionObjectFactory
-
buildObject
public Object buildObject(org.thymeleaf.context.IExpressionContext context, String expressionObjectName) - Specified by:
buildObjectin interfaceorg.thymeleaf.expression.IExpressionObjectFactory
-
isCacheable
- Specified by:
isCacheablein interfaceorg.thymeleaf.expression.IExpressionObjectFactory
-