| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
ComponentsBuilderFactory.freemarker()
Freemarker (camel-freemarker)
Transform messages using FreeMarker templates.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FreemarkerComponentBuilderFactory.FreemarkerComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder.allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder.configuration(freemarker.template.Configuration configuration)
To use an existing freemarker.template.Configuration instance as the
configuration.
|
static FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
FreemarkerComponentBuilderFactory.freemarker()
Freemarker (camel-freemarker)
Transform messages using FreeMarker templates.
|
default FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel