fex-team / fis-velocity-tools

Like velocity-tools, we focus on the front-end integrated solution.
29 stars 23 forks source link

增加了一个将Java对象转换为JSON的函数,方便前端在模板中使用 #7

Closed sxpujs closed 9 years ago

sxpujs commented 9 years ago

请参考https://github.com/sxpujs/fis-velocity-tools-update

主要就是JSONDirective这个类,个人感觉可以加到基础框架中。

2betop commented 9 years ago

哈哈,其实这个功能在 jello 里面是通过一个 velocity tools 实现的!

$jello.parseJson($object)
2betop commented 9 years ago

说错了,是 jsonEncode

http://oak.baidu.com/jello-demo/velocity/jello

sxpujs commented 9 years ago

在velocity的模板文件中,$jello.jsonEncode($variable)这种方式不能用啊,怎么使用呢?

2betop commented 9 years ago

你说的是 jello 环境里面不能用还是,集成到后端后不能用?

jello demo 就能用啊。

https://github.com/2betop/jello-demo/blob/master/page/examples/data.vm#L49

sxpujs commented 9 years ago

集成到后端不能用,我再看看吧,难道会跟jello版本有关,$jello这个对象都不存在。

2betop commented 9 years ago

image

sxpujs commented 9 years ago

可以啦,厉害,非常感谢