Package com.liferay.layout.item.selector
Class LayoutItemSelectorReturnType
java.lang.Object
com.liferay.layout.item.selector.LayoutItemSelectorReturnType
- All Implemented Interfaces:
com.liferay.item.selector.ItemSelectorReturnType
public class LayoutItemSelectorReturnType
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:
-
layoutId
: The layoutId of the selected layout -
name
: The name of the selected layout -
plid
: The plid of the selected layout -
previewURL
: The URL to preview the selected layout page template entry -
private
: Is true if the layout is private, false another case -
url
: The URL of the selected layout -
uuid
: The UUID of the selected layout
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LayoutItemSelectorReturnType
public LayoutItemSelectorReturnType()
-