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
The following commit(s) were added to refs/heads/master by this push: new 5b50e6b Regen 5b50e6b is described below commit 5b50e6b80962395f05e2a5f952f19988479b2f35 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jan 10 05:50:10 2020 +0100 Regen --- docs/components/modules/ROOT/pages/simple-language.adoc | 5 ++++- docs/user-manual/modules/ROOT/pages/simple-language.adoc | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/components/modules/ROOT/pages/simple-language.adoc b/docs/components/modules/ROOT/pages/simple-language.adoc index 09635fe..67e3d09 100644 --- a/docs/components/modules/ROOT/pages/simple-language.adoc +++ b/docs/components/modules/ROOT/pages/simple-language.adoc @@ -178,7 +178,8 @@ Command accepts offsets such as: *now-24h* or *in.header.xxx+1h* or even *now+1h |bean:_bean expression_ |Object |Invoking a bean expression using the xref:components::bean-component.adoc[Bean] language. Specifying a method name you must use dot as separator. We also support the ?method=methodname syntax that is used by the xref:components::bean-component.adoc[Bean] -component. +component. Camel will by default lookup a bean by the given name. However if you need to refer +to a bean class then you can prefix with type, such as `bean:type:fqnClassName`. |`properties:key:default` |String |Lookup a property with the given key. If the key does not exists or has no value, then an optional default value can be @@ -193,6 +194,8 @@ Exchange is being routed. |threadName |String |Returns the name of the current thread. Can be used for logging purpose. +|hostname |String |Returns the local hostname (may be empty if not possible to resolve). + |ref:xxx |Object |To lookup a bean from the Registry with the given id. diff --git a/docs/user-manual/modules/ROOT/pages/simple-language.adoc b/docs/user-manual/modules/ROOT/pages/simple-language.adoc index 09635fe..67e3d09 100644 --- a/docs/user-manual/modules/ROOT/pages/simple-language.adoc +++ b/docs/user-manual/modules/ROOT/pages/simple-language.adoc @@ -178,7 +178,8 @@ Command accepts offsets such as: *now-24h* or *in.header.xxx+1h* or even *now+1h |bean:_bean expression_ |Object |Invoking a bean expression using the xref:components::bean-component.adoc[Bean] language. Specifying a method name you must use dot as separator. We also support the ?method=methodname syntax that is used by the xref:components::bean-component.adoc[Bean] -component. +component. Camel will by default lookup a bean by the given name. However if you need to refer +to a bean class then you can prefix with type, such as `bean:type:fqnClassName`. |`properties:key:default` |String |Lookup a property with the given key. If the key does not exists or has no value, then an optional default value can be @@ -193,6 +194,8 @@ Exchange is being routed. |threadName |String |Returns the name of the current thread. Can be used for logging purpose. +|hostname |String |Returns the local hostname (may be empty if not possible to resolve). + |ref:xxx |Object |To lookup a bean from the Registry with the given id.