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.The character encoding to be used for reading template resources.ThymeleafEndpointBuilderFactory.endpointBuilder(String componentName, String path) The order in which this template will be resolved as part of the resolver chain.The order in which this template will be resolved as part of the resolver chain.An optional prefix added to template names to convert them into resource names.The type of resolver to be used by the template engine.ThymeleafEndpointBuilderFactory.ThymeleafEndpointBuilder.resolver(org.apache.camel.component.thymeleaf.ThymeleafResolverType resolver) The type of resolver to be used by the template engine.An optional suffix added to template names to convert them into resource names.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.