|
|||||||||||
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 | |
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 |
getId, getKey, getLastChildId, put, put |
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 |
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 |
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 |