Class ThymeleafEndpointBuilderFactory.ThymeleafHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.ThymeleafEndpointBuilderFactory.ThymeleafHeaderNameBuilder
Enclosing interface:
ThymeleafEndpointBuilderFactory

public static class ThymeleafEndpointBuilderFactory.ThymeleafHeaderNameBuilder extends Object
The builder of headers' name for the Thymeleaf component.
  • Constructor Details

    • ThymeleafHeaderNameBuilder

      public ThymeleafHeaderNameBuilder()
  • Method Details

    • thymeleafResourceUri

      public String thymeleafResourceUri()
      The name of the Thymeleaf template. The option is a: String type. Group: producer
      Returns:
      the name of the header ThymeleafResourceUri.
    • thymeleafTemplate

      public String thymeleafTemplate()
      The content of the Thymeleaf template. The option is a: String type. Group: producer
      Returns:
      the name of the header ThymeleafTemplate.
    • thymeleafVariableMap

      public String thymeleafVariableMap()
      The value of this header should be a Map with key/values that will be override any existing key with the same name. This can be used to preconfigure common key/values you want to reuse in your Thymeleaf endpoints. The option is a: Map<String, Object> type. Group: producer
      Returns:
      the name of the header ThymeleafVariableMap.
    • thymeleafServletContext

      public String thymeleafServletContext()
      The ServletContext for a web application. The option is a: jakarta.servlet.ServletContext type. Group: producer
      Returns:
      the name of the header ThymeleafServletContext.