Class LayoutPageTemplateEntryItemSelectorReturnType
java.lang.Object
com.liferay.layout.page.template.item.selector.LayoutPageTemplateEntryItemSelectorReturnType
- All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorReturnType
public class LayoutPageTemplateEntryItemSelectorReturnType
extends Object
implements com.liferay.item.selector.ItemSelectorReturnType
This return type should return the following information of a layout page
template entry as a JSON object:
-
layoutPageTemplateEntryId: The ID of the selected layout page template entry -
name: The name of the selected layout page template entry -
previewURL: The URL to preview the selected layout page template entry -
url: The URL of the selected layout page template entry -
uuid: The UUID of the selected layout page template entry
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LayoutPageTemplateEntryItemSelectorReturnType
public LayoutPageTemplateEntryItemSelectorReturnType()
-