Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.このコンテンツは選択した言語では利用できません。
5.4. Inlining in Smooks
Inlining, as its name implies, allows you to "inline" the templating result to a
Smooks.filterSource
result. A number of directives are supported:
- addto: this adds the templating result to the targeted element.
- replace (default): this uses the templating result to replace the targeted element. This is the default behavior for the <ftl:freemarker> configuration when the <use> element is not configured.
- insertbefore: this adds the templating result before the targeted element.
- insertafter: this adds the templating result after the targeted element.