标签: api liferay liferay-6
链接是: http://localhost:8080/api/jsonws?signature=/journalarticle/get-article-content-4-groupId-articleId-languageId-themeDisplay
我尝试使用 JournalArticle 服务和方法 get-article-content ,其中的参数很少:
使用 groupId , articleId , languageId 是明确的。但是我不明白要传递什么作为themeDisplay ......
答案 0 :(得分:0)
试试这个:
ThemeDisplay themeDisplay = (ThemeDisplay) req.getAttribute(WebKeys.THEME_DISPLAY);