Uses of Interface
org.apache.camel.builder.component.dsl.FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder
Packages that use FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder
-
Uses of FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return FreemarkerComponentBuilderFactory.FreemarkerComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.freemarker()Freemarker (camel-freemarker) Transform messages using FreeMarker templates. -
Uses of FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement FreemarkerComponentBuilderFactory.FreemarkerComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return FreemarkerComponentBuilderFactory.FreemarkerComponentBuilderModifier and TypeMethodDescriptionFreemarkerComponentBuilderFactory.FreemarkerComponentBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder.configuration(freemarker.template.Configuration configuration) To use an existing freemarker.template.Configuration instance as the configuration.FreemarkerComponentBuilderFactory.freemarker()Freemarker (camel-freemarker) Transform messages using FreeMarker templates.FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder.localizedLookup(boolean localizedLookup) Enables/disables localized template lookup.