public static interface JsltComponentBuilderFactory.JsltComponentBuilder extends ComponentBuilder<org.apache.camel.component.jslt.JsltComponent>
| Modifier and Type | Method and Description |
|---|---|
default JsltComponentBuilderFactory.JsltComponentBuilder |
allowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default
false).
|
default JsltComponentBuilderFactory.JsltComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default JsltComponentBuilderFactory.JsltComponentBuilder |
functions(Collection<com.schibsted.spt.data.jslt.Function> functions)
JSLT can be extended by plugging in functions written in Java.
|
default JsltComponentBuilderFactory.JsltComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JsltComponentBuilderFactory.JsltComponentBuilder |
objectFilter(com.schibsted.spt.data.jslt.filters.JsonFilter objectFilter)
JSLT can be extended by plugging in a custom jslt object filter.
|
build, build, doSetProperty, registerdefault JsltComponentBuilderFactory.JsltComponentBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader)
allowTemplateFromHeader - the value to setdefault JsltComponentBuilderFactory.JsltComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JsltComponentBuilderFactory.JsltComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault JsltComponentBuilderFactory.JsltComponentBuilder functions(Collection<com.schibsted.spt.data.jslt.Function> functions)
functions - the value to setdefault JsltComponentBuilderFactory.JsltComponentBuilder objectFilter(com.schibsted.spt.data.jslt.filters.JsonFilter objectFilter)
objectFilter - the value to setApache Camel