public static interface VelocityEndpointBuilderFactory.VelocityEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
allowContextMapAll(String allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
allowTemplateFromHeader(String allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
contentCache(boolean contentCache)
Sets whether to use resource content cache or not.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
contentCache(String contentCache)
Sets whether to use resource content cache or not.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
encoding(String encoding)
Character encoding of the resource content.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
loaderCache(boolean loaderCache)
Enables / disables the velocity resource loader cache which is
enabled by default.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
loaderCache(String loaderCache)
Enables / disables the velocity resource loader cache which is
enabled by default.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder |
propertiesFile(String propertiesFile)
The URI of the properties file which is used for VelocityEngine
initialization.
|
default VelocityEndpointBuilderFactory.VelocityEndpointBuilder allowContextMapAll(boolean allowContextMapAll)
allowContextMapAll - the value to setdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder allowContextMapAll(String allowContextMapAll)
allowContextMapAll - the value to setdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder allowTemplateFromHeader(String allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder contentCache(boolean contentCache)
contentCache - the value to setdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder contentCache(String contentCache)
contentCache - the value to setdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder encoding(String encoding)
encoding - the value to setdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder loaderCache(boolean loaderCache)
loaderCache - the value to setdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder loaderCache(String loaderCache)
loaderCache - the value to setdefault VelocityEndpointBuilderFactory.VelocityEndpointBuilder propertiesFile(String propertiesFile)
propertiesFile - the value to setApache Camel