Class CmsModelPageConfigWithoutResource

java.lang.Object
org.opencms.ade.configuration.CmsModelPageConfigWithoutResource

This class contains the model page configuration for a sitemap region, without the actual resource.
  • Constructor Details

    • CmsModelPageConfigWithoutResource

      public CmsModelPageConfigWithoutResource(CmsUUID structureId, boolean isDefault, boolean isDisabled)
      Creates a new model page configuration bean.

      Parameters:
      structureId - the model page structure id
      isDefault - true if this is a default model page
      isDisabled - true if this is a disabled model page
  • Method Details

    • getStructureId

      Gets the structure id.
      Returns:
      the structure id
    • isDefault

      public boolean isDefault()
      Returns true if this is a default model page.

      Returns:
      true if this is a default model page
    • isDisabled

      public boolean isDisabled()
      Returns true if this entry disables the model page.

      Returns:
      true if this entry disables the model page