【发布时间】:2013-03-27 21:24:24
【问题描述】:
我尝试使用 JournalArticle 服务和方法 get-article-content,其中的参数很少:
- groupId(长)
- articleId (java.lang.String)
- languageId (java.lang.String)
- themeDisplay (com.liferay.portal.theme.ThemeDisplay)
有了groupId,articleId,languageId就清楚了。但我不明白要传递什么作为 themeDisplay ...
【问题讨论】:
-
我在documentation 中尝试过使用 -themeDisplay 发送 null ...并且它有效:)