码迷,mamicode.com
首页 > 编程语言 > 详细

Spring spEL

时间:2015-06-28 17:29:02      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:

1.Spring 表达式语言:是一个支持运行时查询和操作对象图的强大的表达式语言。

2.spEL使用#{}作为定界符。

3.使用spel引用类的静态属性#{T(java.lang.Math).PI*88};

4.使用spel来引用其它的bean#{car} car属于其它bean;

5.使用spel来引用其它bean的属性#{address.city}

6.在spel中使用运算符#{car.price>30000?‘金领‘:‘白领‘};

 

Spring spEL

标签:

原文地址:http://www.cnblogs.com/fanminghui/p/4605751.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!