I get asset entries like this:
List<AssetEntry> emt = AssetEntryLocalServiceUtil.getEntries(q);
Asset entries have many methods like assetEntry.getTitle()
- but not to get the source(input answer of webcontent). It works in the journal liferay taglib like this:
<liferay-ui:journal-article articleId="74550" groupId="10164" ></liferay-ui:journal-article>
How can I get the content of the web content using AssetEntry?