Interface LayoutType

All Superinterfaces:
Serializable
All Known Subinterfaces:
LayoutTypePortlet

@ProviderType public interface LayoutType extends Serializable
Author:
Brian Wing Shun Chan, Raymond Augé
  • Method Details

    • 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()
    • setTypeSettingsProperty

      void setTypeSettingsProperty(String key, String value)