Class CmsADEConfigData.DetailInfo

java.lang.Object
org.opencms.ade.configuration.CmsADEConfigData.DetailInfo
Enclosing class:
CmsADEConfigData

public class CmsADEConfigData.DetailInfo extends Object
Bean which contains the detail information for a single sub-sitemap and resource type.

This includes both information about the detail page itself, as well as the path of the folder which is used to store that content type in this subsitemap.

  • Constructor Details

    • DetailInfo

      public DetailInfo(String folderPath, CmsDetailPageInfo detailPageInfo, String type, String basePath)
      Creates a new instance.

      Parameters:
      folderPath - the content folder path
      detailPageInfo - the detail page information
      type - the detail type
      basePath - the base path of the sitemap configuration
  • Method Details