public static interface VelocityComponentBuilderFactory.VelocityComponentBuilder extends ComponentBuilder<org.apache.camel.component.velocity.VelocityComponent>
| Modifier and Type | Method and Description |
|---|---|
default VelocityComponentBuilderFactory.VelocityComponentBuilder |
allowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
default VelocityComponentBuilderFactory.VelocityComponentBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default VelocityComponentBuilderFactory.VelocityComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default VelocityComponentBuilderFactory.VelocityComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default VelocityComponentBuilderFactory.VelocityComponentBuilder |
velocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine)
To use the VelocityEngine otherwise a new engine is created.
|
build, build, doSetProperty, registerdefault VelocityComponentBuilderFactory.VelocityComponentBuilder allowContextMapAll(boolean allowContextMapAll)
allowContextMapAll - the value to setdefault VelocityComponentBuilderFactory.VelocityComponentBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault VelocityComponentBuilderFactory.VelocityComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault VelocityComponentBuilderFactory.VelocityComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault VelocityComponentBuilderFactory.VelocityComponentBuilder velocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine)
velocityEngine - the value to setApache Camel