Package io.github.wimdeblauwe.hsbt.mvc
Class HtmxSpringStandardExressionObjectFactory
java.lang.Object
io.github.wimdeblauwe.hsbt.mvc.HtmxSpringStandardExressionObjectFactory
- All Implemented Interfaces:
org.thymeleaf.expression.IExpressionObjectFactory
public class HtmxSpringStandardExressionObjectFactory
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) boolean
isCacheable
(String expressionObjectName)
-
Field Details
-
HTMX_REQUEST_EXPRESSION_OBJECT_NAME
- See Also:
-
ALL_EXPRESSION_OBJECT_NAMES
-
-
Constructor Details
-
HtmxSpringStandardExressionObjectFactory
public HtmxSpringStandardExressionObjectFactory()
-
-
Method Details
-
getAllExpressionObjectNames
- Specified by:
getAllExpressionObjectNames
in interfaceorg.thymeleaf.expression.IExpressionObjectFactory
-
buildObject
public Object buildObject(org.thymeleaf.context.IExpressionContext context, String expressionObjectName) - Specified by:
buildObject
in interfaceorg.thymeleaf.expression.IExpressionObjectFactory
-
isCacheable
- Specified by:
isCacheable
in interfaceorg.thymeleaf.expression.IExpressionObjectFactory
-