Versions Compared

Key

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

...

Option

Default

Description

loaderCache

true

Velocity based file loader cache

contentCache

false

New option in Camel 1.4. Cache for the resource content when its loaded.

encoding

null

New option in Camel 1.6. Character encoding of the resource content.

Headers

Camel will store a reference to the resource in the message header in the key org.apache.camel.velocity.resource. The Resource is an org.springframework.core.io.Resource object.

...