public static interface FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default FreemarkerEndpointBuilderFactory.AdvancedFreemarkerEndpointBuilder |
advanced() |
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder |
allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder |
allowTemplateFromHeader(String allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder |
configuration(Object configuration)
Sets the Freemarker configuration to use.
|
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder |
configuration(String configuration)
Sets the Freemarker configuration to use.
|
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder |
contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder |
contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder |
encoding(String encoding)
Sets the encoding to be used for loading the template file.
|
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder |
templateUpdateDelay(int templateUpdateDelay)
Number of seconds the loaded template resource will remain in the
cache.
|
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder |
templateUpdateDelay(String templateUpdateDelay)
Number of seconds the loaded template resource will remain in the
cache.
|
default FreemarkerEndpointBuilderFactory.AdvancedFreemarkerEndpointBuilder advanced()
default FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder allowContextMapAll(boolean allowContextMapAll)
allowContextMapAll - the value to setdefault FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder allowContextMapAll(String allowContextMapAll)
allowContextMapAll - the value to setdefault FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder allowTemplateFromHeader(String allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder configuration(Object configuration)
configuration - the value to setdefault FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder configuration(String configuration)
configuration - the value to setdefault FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder contentCache(boolean contentCache)
contentCache - the value to setdefault FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder contentCache(String contentCache)
contentCache - the value to setdefault FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder encoding(String encoding)
encoding - the value to setdefault FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder templateUpdateDelay(int templateUpdateDelay)
templateUpdateDelay - the value to setdefault FreemarkerEndpointBuilderFactory.FreemarkerEndpointBuilder templateUpdateDelay(String templateUpdateDelay)
templateUpdateDelay - the value to setApache Camel