Class ThymeleafConstants
java.lang.Object
org.apache.camel.component.thymeleaf.ThymeleafConstants
-
Field Details
-
THYMELEAF_RESOURCE_URI
@Metadata(description="The name of the Thymeleaf template.", javaType="String") public static final String THYMELEAF_RESOURCE_URI- See Also:
-
THYMELEAF_TEMPLATE
@Metadata(description="The content of the Thymeleaf template.", javaType="String") public static final String THYMELEAF_TEMPLATE- See Also:
-
THYMELEAF_VARIABLE_MAP
@Metadata(description="The value of this header should be a `Map` with key/values that will be\noverride any existing key with the same name. \nThis can be used to preconfigure common key/values you want to reuse\nin your Thymeleaf endpoints.", javaType="Map<String, Object>") public static final String THYMELEAF_VARIABLE_MAP- See Also:
-
THYMELEAF_SERVLET_CONTEXT
@Metadata(description="The ServletContext for a web application.", javaType="jakarta.servlet.ServletContext") public static final String THYMELEAF_SERVLET_CONTEXT- See Also:
-