|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.ade.sitemap.CmsSitemapSessionCache
public final class CmsSitemapSessionCache
Sitemap session cache.
Field Summary | |
---|---|
static String |
SESSION_ATTR_SITEMAP_CACHE
Session attribute name constant. |
Constructor Summary | |
---|---|
CmsSitemapSessionCache(CmsObject cms)
Initializes the session cache. |
Method Summary | |
---|---|
List<CmsClientSitemapEntry> |
getRecentList()
Returns the cached recent list. |
void |
setRecentList(List<CmsClientSitemapEntry> list)
Caches the given recent list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SESSION_ATTR_SITEMAP_CACHE
Constructor Detail |
---|
public CmsSitemapSessionCache(CmsObject cms)
cms
- the cms contextMethod Detail |
---|
public List<CmsClientSitemapEntry> getRecentList()
public void setRecentList(List<CmsClientSitemapEntry> list)
list
- the recent list to cache
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |