Class CmsSitemapEntryBean

java.lang.Object
org.opencms.gwt.shared.CmsIconBean
org.opencms.ade.galleries.shared.CmsSitemapEntryBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, I_CmsGalleryTreeEntry<CmsSitemapEntryBean>, I_CmsHasIconClasses

A sitemap entry bean.

  • Constructor Details

    • CmsSitemapEntryBean

      public CmsSitemapEntryBean(String rootPath, String sitePath, CmsUUID structureId, String title, String type, boolean isFolder, boolean isRoot, boolean isHiddenEntry)
      Constructor.

      Parameters:
      rootPath - the root path
      sitePath - the site path
      structureId - the entry id
      title - the title
      type - the resource type
      isFolder - true if this entry represents a folder
      isRoot - true if this is a site root entry
      isHiddenEntry - true if this is a hidden entry
    • CmsSitemapEntryBean

      protected CmsSitemapEntryBean()
      Constructor for serialization only.

  • Method Details