The `getLayoutType` method in the `com.liferay.portal.model.Layout` class is used to retrieve the type of layout associated with a particular page in a Liferay portal. It returns an object of the `com.liferay.portal.model.LayoutType` interface which provides methods to determine the specific type of layout, such as whether it is a public or private page, or a specific type of portlet page. This method is commonly used in Liferay portal development for managing and customizing the behavior and appearance of pages.
Java Layout.getLayoutType - 23 examples found. These are the top rated real world Java examples of com.liferay.portal.model.Layout.getLayoutType extracted from open source projects. You can rate examples to help us improve the quality of examples.