META-INF.xsd.smooks.freemarker-1.1.xsd Maven / Gradle / Ivy
FreeMarker Templating Configuration
FreeMarker Templating Configuration.
FreeMarker Templating Configuration Type.
The name of the element on which the template is to be applied.
The namespace of the element on which the template is to be applied.
Apply the template before visiting the elements child content.Default is 'false'.
The FreeMarker Template.
This can be an inline template, or a reference (URI) to an externally defined template (filesystem, classpath, www).
Template character encodng.
The <use> element allows you to define how the templating result is to be used.
Inline the templating result into the Smooks.filter Result message.
How the templating result is to be used (relative to the element on which it
is applied).
Bind the templating result into the bean context under the specified "id". This makes the
templating result available for routing or other operations.
The bean context ID under which the templating result is to be bound if the "bindTo" action is chosen.
Output the templating result to a named OutputStreamResource.
The name of the "outputStreamResource" to which the templating result is to be written. By default,
the templating result is written to the Smooks.filter result if (if a StreamResult is provided).