码迷,mamicode.com
首页 > 其他好文 > 详细

Confluence 6 你模板中可用的对象

时间:2018-04-27 02:47:40      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:The   atlas   conf   bsp   页面   name   描述   macro   str   

包含宏正文和参数,下面的 Confluence 对象在宏中可用:

$body 宏的正文(如果宏有正文的话) String
$paramfoo$parambar, ...$param<name> 传递到你宏中被命名的参数("foo", "bar") String
$config BootstrapManager 对象被用来获取 Confluence 属性。 BootstrapManager
$renderContext PageContext 对象,针对其他事情会比较有用,请查看 $renderContext.outputType PageContext
$space Space 对象,包含有相对的页面,博客页面等对象内容。 Space
$content 当前的 ContentEntity 对象是当前宏包含的(如果有的话)。 ContentEntityObject

宏也可以访问 Velocity 默认可以访问的对象,例如下面开发文档中描述的:as described in the developer documentation

 

https://www.cwiki.us/display/CONFLUENCEWIKI/User+Macro+Template+Syntax

Confluence 6 你模板中可用的对象

标签:The   atlas   conf   bsp   页面   name   描述   macro   str   

原文地址:https://www.cnblogs.com/huyuchengus/p/8955386.html

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