Package org.opencms.xml.containerpage
Class CmsADESessionCache.LastPageBean
java.lang.Object
org.opencms.xml.containerpage.CmsADESessionCache.LastPageBean
- Enclosing class:
- CmsADESessionCache
Stores information about the container page which was last edited, so we can jump back to it later.
-
Constructor Summary
ConstructorDescriptionLastPageBean
(String siteRoot, CmsUUID pageId, CmsUUID detailId) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionReturns the detailId.Returns the pageId.Returns the siteRoot.
-
Constructor Details
-
LastPageBean
Creates a new instance.- Parameters:
siteRoot
- the site rootpageId
- the page iddetailId
- the detail content id (may be null)
-
-
Method Details
-
getDetailId
Returns the detailId.- Returns:
- the detailId
-
getPageId
Returns the pageId.- Returns:
- the pageId
-
getSiteRoot
Returns the siteRoot.- Returns:
- the siteRoot
-