Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The string-template: component allows you to process a message using an Apache Velocity template. This can be ideal for generated template based responses to requests.

URI format

Code Block
velocitystring-template:templateName

Where templateName is the classpath-local URI of the template to invoke; or the complete URL of the remote template.

...