|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
planetj.dataengine.AbstractNavigationMap
Field Summary | |
static java.lang.String |
className
Class name. |
Constructor Summary | |
AbstractNavigationMap(java.lang.String id)
NavigationSession constructor comment. |
Method Summary | |
protected void |
expireChildrenAbove(int id)
Set whether or not this navigation page is expired. |
protected abstract java.lang.String |
getChildNavigationKeyPrefix()
Get the prefix for navigation maps contained within this navigation map. |
java.lang.String |
getId()
Get this navigation map's id. |
java.lang.String |
getKey()
Get this navigation map's id. |
java.lang.String |
getLastChildId()
Get the id of the last navigation map added to this navigation map. |
protected abstract java.lang.String |
getNavigationIdKey()
Get the key used to look up this navigation maps id value. |
protected AbstractNavigationMap |
getNext()
Gets the first navigation map created after this navigation map. |
protected AbstractNavigationMap |
getPrevious()
Gets the navigation map created before this navigation map. |
protected boolean |
isExpired()
Check if this navigation page is expired. |
AbstractNavigationMap |
put(AbstractNavigationMap navMap)
Adds the given navigation map to this map. |
NavigationAttributes |
put(NavigationAttributes attributes)
Adds the given navigation attributes map to this map. |
protected void |
setExpired(boolean expired)
Set whether or not this navigation page is expired. |
protected void |
setId(java.lang.String id)
Sets the given String as this navigation maps id. |
protected void |
setNext(AbstractNavigationMap next)
Sets the navigation map created after this navigation map. |
protected void |
setPrevious(AbstractNavigationMap previous)
Sets the navigation map created before this navigation map. |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
Field Detail |
public static final java.lang.String className
Constructor Detail |
public AbstractNavigationMap(java.lang.String id)
Method Detail |
protected void expireChildrenAbove(int id)
protected abstract java.lang.String getChildNavigationKeyPrefix()
public java.lang.String getId()
public java.lang.String getKey()
public java.lang.String getLastChildId()
protected abstract java.lang.String getNavigationIdKey()
protected AbstractNavigationMap getNext()
protected AbstractNavigationMap getPrevious()
protected boolean isExpired()
public AbstractNavigationMap put(AbstractNavigationMap navMap)
navMap
- navigation map to add to this navigation mappublic NavigationAttributes put(NavigationAttributes attributes)
attributes
- navigation attributes map to add to this navigation mapprotected void setExpired(boolean expired)
protected void setId(java.lang.String id)
protected void setNext(AbstractNavigationMap next)
protected void setPrevious(AbstractNavigationMap previous)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |