The java com.liferay.portal.model.Layout class is a part of the Liferay Portal platform and represents a web page or content displayed within the portal. It contains information about the layout's structure, such as the columns and rows, as well as the portlets or widgets added to the layout. The Layout class provides methods to manipulate and retrieve information about the layout, such as getting the layout's friendly URL, type, or parent layout. It is used by developers to manage and customize the layout of web pages within the Liferay Portal.
Java Layout - 30 examples found. These are the top rated real world Java examples of com.liferay.portal.model.Layout extracted from open source projects. You can rate examples to help us improve the quality of examples.