0

链接为: 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. 语言标识(java.lang.String)
  4. 主题显示(com.liferay.portal.theme.ThemeDisplay)

有了groupIdarticleIdlanguageId就很清楚了。但我不明白要传递什么作为 themeDisplay ...

4

1 回答 1

0

尝试这个:

ThemeDisplay themeDisplay = (ThemeDisplay) req.getAttribute(WebKeys.THEME_DISPLAY);
于 2012-04-09T23:53:29.000 回答