public final class CmsSitemapSessionCache extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SESSION_ATTR_SITEMAP_CACHE
Session attribute name constant.
|
| Constructor and Description |
|---|
CmsSitemapSessionCache(CmsObject cms)
Initializes the session cache.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsClientSitemapEntry> |
getRecentList()
Returns the cached recent list.
|
void |
setRecentList(java.util.List<CmsClientSitemapEntry> list)
Caches the given recent list.
|
public static final java.lang.String SESSION_ATTR_SITEMAP_CACHE
public CmsSitemapSessionCache(CmsObject cms)
cms - the cms contextpublic java.util.List<CmsClientSitemapEntry> getRecentList()
public void setRecentList(java.util.List<CmsClientSitemapEntry> list)
list - the recent list to cache