如何通过API从Liferay获取内容?

时间:2012-04-09 14:03:36

标签: api liferay liferay-6

链接是: http://localhost:8080/api/jsonws?signature=/journalarticle/get-article-content-4-groupId-articleId-languageId-themeDisplay

我尝试使用 JournalArticle 服务和方法 get-article-content ,其中的参数很少:

  1. groupId(长)
  2. articleId(java.lang.String)
  3. languageId(java.lang.String)
  4. themeDisplay(com.liferay.portal.theme.ThemeDisplay)
  5. 使用 groupId articleId languageId 是明确的。但是我不明白要传递什么作为themeDisplay ......

1 个答案:

答案 0 :(得分:0)

试试这个:

ThemeDisplay themeDisplay = (ThemeDisplay) req.getAttribute(WebKeys.THEME_DISPLAY);