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