Class CmsADESessionCache.LastPageBean

java.lang.Object
org.opencms.xml.containerpage.CmsADESessionCache.LastPageBean
Enclosing class:
CmsADESessionCache

public static class CmsADESessionCache.LastPageBean extends Object
Stores information about the container page which was last edited, so we can jump back to it later.

  • Constructor Details

    • LastPageBean

      public LastPageBean(String siteRoot, CmsUUID pageId, CmsUUID detailId)
      Creates a new instance.

      Parameters:
      siteRoot - the site root
      pageId - the page id
      detailId - the detail content id (may be null)
  • Method Details