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 java.lang.Object implements org.thymeleaf.expression.IExpressionObjectFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Set<java.lang.String>ALL_EXPRESSION_OBJECT_NAMESstatic java.lang.StringHTMX_REQUEST_EXPRESSION_OBJECT_NAME
-
Constructor Summary
Constructors Constructor Description HtmxSpringStandardExressionObjectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectbuildObject(org.thymeleaf.context.IExpressionContext context, java.lang.String expressionObjectName)java.util.Set<java.lang.String>getAllExpressionObjectNames()booleanisCacheable(java.lang.String expressionObjectName)
-
-
-
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
-
-
Method Detail
-
getAllExpressionObjectNames
public java.util.Set<java.lang.String> getAllExpressionObjectNames()
- Specified by:
getAllExpressionObjectNamesin interfaceorg.thymeleaf.expression.IExpressionObjectFactory
-
buildObject
public java.lang.Object buildObject(org.thymeleaf.context.IExpressionContext context, java.lang.String expressionObjectName)- Specified by:
buildObjectin interfaceorg.thymeleaf.expression.IExpressionObjectFactory
-
isCacheable
public boolean isCacheable(java.lang.String expressionObjectName)
- Specified by:
isCacheablein interfaceorg.thymeleaf.expression.IExpressionObjectFactory
-
-