|
|||||||||||
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
planetj.dataengine.NavigationPage
Field Summary | |
static java.lang.String |
className
Class name. |
Constructor Summary | |
NavigationPage(int id)
NavigationPage constructor comment. |
|
NavigationPage(java.lang.String id)
NavigationPage constructor comment. |
Method Summary | |
protected java.lang.String |
getChildNavigationKeyPrefix()
Get the prefix for navigation maps contained within this navigation map. |
protected java.lang.String |
getNavigationIdKey()
Get the key used to look up this navigation maps id value. |
static java.lang.String |
getNavigationKey(int id)
|
static java.lang.String |
getNavigationKey(java.lang.String id)
|
void |
persist(HttpServletRequest request)
Persists this navigation page's attributes from the previous request. |
void |
restore(HttpServletRequest request)
Restore all of this navigation map's attributes into the request. |
Methods inherited from class planetj.dataengine.AbstractNavigationMap |
expireChildrenAbove, getId, getKey, getLastChildId, getNext, getPrevious, isExpired, put, put, setExpired, setId, setNext, setPrevious |
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 NavigationPage(int id)
public NavigationPage(java.lang.String id)
Method Detail |
protected java.lang.String getChildNavigationKeyPrefix()
getChildNavigationKeyPrefix
in class AbstractNavigationMap
protected final java.lang.String getNavigationIdKey()
getNavigationIdKey
in class AbstractNavigationMap
public static java.lang.String getNavigationKey(int id)
public static java.lang.String getNavigationKey(java.lang.String id)
public void persist(HttpServletRequest request)
request
- the HttpServletRequest object that contains the
request the client made of the servletpublic void restore(HttpServletRequest request)
request
- the HttpServletRequest object that contains the
request the client made of the servlet
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |