|
||||||||
| 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 java.lang.String |
SESSION_ATTR_SITEMAP_CACHE
Session attribute name constant. |
| Constructor Summary | |
|---|---|
CmsSitemapSessionCache(CmsObject cms)
Initializes the session cache. |
|
| Method Summary | |
|---|---|
java.util.List<CmsClientSitemapEntry> |
getRecentList()
Returns the cached recent list. |
void |
setRecentList(java.util.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 java.lang.String SESSION_ATTR_SITEMAP_CACHE
| Constructor Detail |
|---|
public CmsSitemapSessionCache(CmsObject cms)
cms - the cms context| Method Detail |
|---|
public java.util.List<CmsClientSitemapEntry> getRecentList()
public void setRecentList(java.util.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 | |||||||