Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

!

Table of Contents

...

5. Expressions

...

expression element

description

example

static text

Static text in expression

'hello'

#

This operator indicates usage of field name

"#userName"

+

This operator concats two subexpressions

"#userName + '(' + #userLogin + ')'"

[ and ]

Use it when you want to get one of fields of corresponding entity (see ModelDefinitionOverview- belongsTo field)

"#product['name']"

For more information about available syntax elements please see section "Language Reference" of Spring Expression Language (SpEL) documentation