planetj.dataengine
Class NavigationPage
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--planetj.dataengine.AbstractNavigationMap
|
+--planetj.dataengine.NavigationPage
- All Implemented Interfaces:
- Cloneable, INavigation, Map, Serializable
- public class NavigationPage
- extends AbstractNavigationMap
- See Also:
- Serialized Form
Fields inherited from interface planetj.dataengine.INavigation |
CHILD_PREFIX, GROUP_ATTRIBUTES, GROUP_ID, INITIAL_GROUP_ID, INITIAL_PAGE_ID, INITIAL_REQUEST_ID, NAVIGATION_CHECKED, NAVIGATION_OBJECT_LIST_PREFIX, NEW_GROUP_ID, NEW_REQUEST_ID, NEW_SESSION_ID, PAGE_ATTRIBUTES, PAGE_ID, PARENT_PREFIX, PERSISTENT_ATTRIBUTES, PREVIOUS_ATTRIBUTES, PREVIOUS_GROUP_ID, PREVIOUS_PAGE_ID, PREVIOUS_REQUEST_ID, REQUEST_ID, RESET_GROUP_ID, RESET_NAVIGATION_IDS, RESET_NAVIGATION_IDS_COMPLETED, RESET_PAGE_ID, RESET_REQUEST_ID, RESET_SESSION_ID, SESSION_ID |
Method Summary |
static String |
getNavigationKey(int id)
|
static String |
getNavigationKey(String id)
|
void |
persist(javax.servlet.http.HttpServletRequest request)
Persists this navigation page's attributes from the previous
request. |
void |
restore(javax.servlet.http.HttpServletRequest request)
Restore all of this navigation map's attributes into the
request. |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
className
public static final String className
- Class name.
NavigationPage
public NavigationPage(int id)
- NavigationPage constructor comment.
NavigationPage
public NavigationPage(String id)
- NavigationPage constructor comment.
getNavigationKey
public static String getNavigationKey(int id)
getNavigationKey
public static String getNavigationKey(String id)
persist
public void persist(javax.servlet.http.HttpServletRequest request)
- Persists this navigation page's attributes from the previous
request.
- Parameters:
request
- the HttpServletRequest object that contains the
request the client made of the servlet
restore
public void restore(javax.servlet.http.HttpServletRequest request)
- Restore all of this navigation map's attributes into the
request. A navigation page's attributes are contained in
navigation attribute maps. (see NavigationAttributes)
- Parameters:
request
- the HttpServletRequest object that contains the
request the client made of the servlet