卡布奇诺 发表于 2016-3-16 18:09:29

Spring Expression Language (SpEL)

原文
Feature Overview


The expression language supports the following functionality
[*]Literal expressions
[*]Boolean and relational operators
[*]Regular expressions
[*]Class expressions
[*]Accessing properties, arrays, lists, maps
[*]Method invocation
[*]Relational operators
[*]Assignment
[*]Calling constructors
[*]Bean references
[*]Array construction
[*]Inline lists
[*]Inline maps
[*]Ternary operator
[*]Variables
[*]User defined functions
[*]Collection projection
[*]Collection selection
[*]Templated expressions



页: [1]
查看完整版本: Spring Expression Language (SpEL)