public static interface VelocityComponentBuilderFactory.VelocityComponentBuilder extends ComponentBuilder<org.apache.camel.component.velocity.VelocityComponent>
| Modifier and Type | Method and Description |
|---|---|
default VelocityComponentBuilderFactory.VelocityComponentBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default VelocityComponentBuilderFactory.VelocityComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
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 allowTemplateFromHeader(boolean allowTemplateFromHeader)
boolean type.
Default: false
Group: producerdefault VelocityComponentBuilderFactory.VelocityComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault VelocityComponentBuilderFactory.VelocityComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault VelocityComponentBuilderFactory.VelocityComponentBuilder velocityEngine(org.apache.velocity.app.VelocityEngine velocityEngine)
org.apache.velocity.app.VelocityEngine
type.
Group: advancedApache Camel