第221章 Mustache コンポーネント
Camel バージョン 2.12 から利用可能
mustache: コンポーネントは Mustache テンプレートを使用したメッセージの処理を許可します。これは、Templating を使用してリクエストの応答を生成する場合に便利です。
Maven ユーザーは、このコンポーネントの pom.xml
に以下の依存関係を追加する必要があります。
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-mustache</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
221.1. URI 形式
mustache:templateName[?options]
templateName は、呼び出すテンプレートのクラスパスローカル URI、またはリモートテンプレートの完全な URL(例: file://folder/myfile.mustache)です。
URI にクエリーオプションを追加するには、?option=value&option=value&…