From a9ec7c8107b0cb59b3f0dd8535a74dd3f773eea1 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 24 Sep 2013 17:36:42 -0400 Subject: [PATCH] INT-3133 Doc Polishing --- src/reference/docbook/spel.xml | 3 +++ src/reference/docbook/transformer.xml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/reference/docbook/spel.xml b/src/reference/docbook/spel.xml index c8fa0a8c36..deeed7451e 100644 --- a/src/reference/docbook/spel.xml +++ b/src/reference/docbook/spel.xml @@ -141,6 +141,9 @@ the same name. + + Built-in SpEL Functions + Spring Integration provides some standard functions, which are registered with the application context automatically on start up: diff --git a/src/reference/docbook/transformer.xml b/src/reference/docbook/transformer.xml index a3a061eb71..8a959e3794 100644 --- a/src/reference/docbook/transformer.xml +++ b/src/reference/docbook/transformer.xml @@ -351,8 +351,8 @@ public class Foo { ]]> - In addition to JSON Transformers Spring Integration provides out-of-the-box #jsonPath - SpEL function. For more information see . + In addition to JSON Transformers, Spring Integration provides a built-in #jsonPath + SpEL function for use in expressions. For more information see .