Using The ResultItem Beans

The ResultItem beans returned by ${widget.contentResult.resultItems} or ${widget.invokingWidget.contentResult.resultItems} have the following properties:

resultItem.articleId

The content item ID.

resultItem.content

The content item as a PresentationArticle bean.

resultItem.actualItem

The content item's content.

resultItem.publishedDate

The date the content item was published.

resultItem.lastModifiedDate

The date the content item was last modified.

resultItem.type

The type of the content item: summary, searchResult or popular. This value can be used to determine how the content item is rendered.

resultItem.priority

The priority of the content item.

For further information about the Widget Framework API, take a look at the Escenic Widget Framework 4.0.3-1 API documentation.