Uses of Interface
org.apache.camel.builder.endpoint.dsl.FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder
Packages that use FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder
-
Uses of FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.freemarker(String path) Freemarker (camel-freemarker) Transform messages using FreeMarker templates.StaticEndpointBuilders.freemarker(String componentName, String path) Freemarker (camel-freemarker) Transform messages using FreeMarker templates. -
Uses of FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilderModifier and TypeMethodDescriptionFreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder.allowContextMapAll(String allowContextMapAll) Sets whether the context map should allow access to all details.FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder.allowTemplateFromHeader(String allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).FreemarkerEndpointBuilderFactory.AdvancedFreemarkerEndpointBuilder.basic()FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder.configuration(freemarker.template.Configuration configuration) Sets the Freemarker configuration to use.FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder.configuration(String configuration) Sets the Freemarker configuration to use.FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder.contentCache(boolean contentCache) Sets whether to use resource content cache or not.FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder.contentCache(String contentCache) Sets whether to use resource content cache or not.Sets the encoding to be used for loading the template file.FreemarkerEndpointBuilderFactory.endpointBuilder(String componentName, String path) FreemarkerEndpointBuilderFactory.FreemarkerBuilders.freemarker(String path) Freemarker (camel-freemarker) Transform messages using FreeMarker templates.FreemarkerEndpointBuilderFactory.FreemarkerBuilders.freemarker(String componentName, String path) Freemarker (camel-freemarker) Transform messages using FreeMarker templates.FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder.templateUpdateDelay(int templateUpdateDelay) Number of seconds the loaded template resource will remain in the cache.FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder.templateUpdateDelay(String templateUpdateDelay) Number of seconds the loaded template resource will remain in the cache.