Uses of Interface
org.apache.camel.builder.endpoint.dsl.ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder
Packages that use ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder
-
Uses of ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilderModifier and TypeMethodDescriptionThymeleaf (camel-thymeleaf) Transform messages using a Thymeleaf template.Thymeleaf (camel-thymeleaf) Transform messages using a Thymeleaf template. -
Uses of ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilderModifier and TypeMethodDescriptionThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder.allowContextMapAll(String allowContextMapAll) Sets whether the context map should allow access to all details.ThymeleafEndpointBuilderFactory.AdvancedThymeleafEndpointBuilder.basic()Whether templates have to be considered cacheable or not.Whether templates have to be considered cacheable or not.ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder.cacheTimeToLive(Long cacheTimeToLive) The cache Time To Live for templates, expressed in milliseconds.ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder.cacheTimeToLive(String cacheTimeToLive) The cache Time To Live for templates, expressed in milliseconds.ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder.checkExistence(Boolean checkExistence) Whether a template resources will be checked for existence before being returned.ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder.checkExistence(String checkExistence) Whether a template resources will be checked for existence before being returned.ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder.contentCache(boolean contentCache) Sets whether to use resource content cache or not.ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder.contentCache(String contentCache) Sets whether to use resource content cache or not.ThymeleafEndpointBuilderFactory.endpointBuilder(String componentName, String path) ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder.templateMode(String templateMode) The template mode to be applied to templates.Thymeleaf (camel-thymeleaf) Transform messages using a Thymeleaf template.Thymeleaf (camel-thymeleaf) Transform messages using a Thymeleaf template.