@Component public class CmsVoteItemDirective extends AbstractTemplateDirective
参数列表
id
:投票选项id,结果返回object
CmsVoteItem
ids
:
多个投票选项id,逗号或空格间隔,当id为空时生效,结果返回map
(id,object
)
<@cms.voteItem id=1>${object.title}</@cms.voteItem>
<@cms.voteItem ids='1,2,3'><#list map as k,v>${k}:${v.title}<#sep>,</#list></@cms.voteItem>
<script> $.getJSON('${site.dynamicPath}api/directive/cms/voteItem?id=1', function(data){ console.log(data.title); }); </script>
限定符和类型 | 字段和说明 |
---|---|
private CmsVoteItemService |
service |
ADVANCED, AUTH_TOKEN, AUTH_USER_ID, siteComponent
log
构造器和说明 |
---|
CmsVoteItemDirective() |
限定符和类型 | 方法和说明 |
---|---|
void |
execute(RenderHandler handler) |
execute, expose, getAdvanced, getApp, getSite, getUserId, needAppToken, needUserToken, supportAdvanced
execute, getName, getNamespace, getShortName, httpEnabled, setName, setNamespace, setShortName
private CmsVoteItemService service
public void execute(RenderHandler handler) throws java.io.IOException, freemarker.template.TemplateException
java.io.IOException
freemarker.template.TemplateException