留言板

portal_normal.vm contents..,

thumbnail
Umer Sayeed,修改在11 年前。

portal_normal.vm contents..,

Junior Member 帖子: 51 加入日期: 12-8-8 最近的帖子
Hi All,

Why we use of this "#set" & "$" symbols in portal_normal.vm???


Thanks and Regards,
Ummer
thumbnail
Hitoshi Ozawa,修改在11 年前。

RE: portal_normal.vm contents..,

Liferay Legend 帖子: 7942 加入日期: 10-3-24 最近的帖子
Because *.vm files are velocity files.

Check Apache Velocity manual for what they mean.

http://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html
thumbnail
Jignesh Vachhani,修改在11 年前。

RE: portal_normal.vm contents..,

Liferay Master 帖子: 803 加入日期: 08-3-10 最近的帖子
These are syntax declarations of velocity script language.
"#" normally used to set the variable declarations and "$" used to get value of particular variables.