public static interface FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder extends ComponentBuilder<org.apache.camel.component.freemarker.FreemarkerComponent>
| Modifier and Type | Method and Description |
|---|---|
default FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
configuration(freemarker.template.Configuration configuration)
To use an existing freemarker.template.Configuration instance as the
configuration.
|
default FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder |
localizedLookup(boolean localizedLookup)
Enables/disables localized template lookup.
|
build, build, doSetProperty, registerdefault FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder allowContextMapAll(boolean allowContextMapAll)
allowContextMapAll - the value to setdefault FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder localizedLookup(boolean localizedLookup)
localizedLookup - the value to setdefault FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault FreemarkerComponentBuilderFactory.FreemarkerComponentBuilder configuration(freemarker.template.Configuration configuration)
configuration - the value to setApache Camel