You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/05/22 03:35:00 UTC

[camel] 02/02: CAMEL-13534 Adding documentation

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 6128c697bf57b89fb567df642eb498722056b06c
Author: Dimitrios Liapis <di...@gmail.com>
AuthorDate: Tue May 21 17:26:48 2019 +0200

    CAMEL-13534 Adding documentation
---
 docs/user-manual/modules/ROOT/pages/simple-language.adoc | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/simple-language.adoc b/docs/user-manual/modules/ROOT/pages/simple-language.adoc
index aa063ff..fa1aff4 100644
--- a/docs/user-manual/modules/ROOT/pages/simple-language.adoc
+++ b/docs/user-manual/modules/ROOT/pages/simple-language.adoc
@@ -88,18 +88,26 @@ classname and then invoke methods using a Camel OGNL expression.
 
 |header.foo |Object |refer to the input foo header
 
+|header:foo |Object |refer to the input foo header
+
 |header[foo] |Object |refer to the input foo header
 
 |headers.foo |Object |refer to the input foo header
 
+|headers:foo |Object |refer to the input foo header
+
 |headers[foo] |Object |refer to the input foo header
 
 |in.header.foo |Object |*deprecated* refer to the input foo header
 
+|in.header:foo |Object |*deprecated* refer to the input foo header
+
 |in.header[foo] |Object |*deprecated* refer to the input foo header
 
 |in.headers.foo |Object |*deprecated* refer to the input foo header
 
+|in.headers:foo |Object |*deprecated* refer to the input foo header
+
 |in.headers[foo] |Object |*deprecated* refer to the input foo header
 
 |header.foo[bar] |Object |regard input foo header as a map and perform lookup on the
@@ -122,10 +130,14 @@ Camel OGNL expression.
 
 |out.header.foo |Object |*deprecated* refer to the out header foo
 
+|out.header:foo |Object |*deprecated* refer to the out header foo
+
 |out.header[foo] |Object |*deprecated* refer to the out header foo
 
 |out.headers.foo |Object |*deprecated* refer to the out header foo
 
+|out.headers:foo |Object |*deprecated* refer to the out header foo
+
 |out.headers[foo] |Object |*deprecated* refer to the out header foo
 
 |headerAs(_key_,_type_) |Type |converts the header to the given type determined by its