com.liferay.portal.model
Interface LayoutType
- All Superinterfaces:
- Serializable
- All Known Subinterfaces:
- LayoutTypePortlet
- All Known Implementing Classes:
- LayoutTypeImpl, LayoutTypePortletImpl, LayoutTypeURLImpl
@ProviderType
public interface LayoutType
- extends Serializable
getConfigurationActionDelete
String[] getConfigurationActionDelete()
getConfigurationActionUpdate
String[] getConfigurationActionUpdate()
getLayout
Layout getLayout()
getLayoutTypeAccessPolicy
LayoutTypeAccessPolicy getLayoutTypeAccessPolicy()
getLayoutTypeController
LayoutTypeController getLayoutTypeController()
getTypeSettingsProperties
UnicodeProperties getTypeSettingsProperties()
getTypeSettingsProperty
String getTypeSettingsProperty(String key)
getTypeSettingsProperty
String getTypeSettingsProperty(String key,
String defaultValue)
getURL
String getURL(Map<String,String> variables)
isBrowsable
boolean isBrowsable()
isFirstPageable
boolean isFirstPageable()
isParentable
boolean isParentable()
isSitemapable
boolean isSitemapable()
isURLFriendliable
boolean isURLFriendliable()
setLayout
@Deprecated
void setLayout(Layout layout)
- Deprecated. As of 7.0.0, with no direct replacement
setTypeSettingsProperty
void setTypeSettingsProperty(String key,
String value)