planetj.dataengine
Interface INavigation

All Known Subinterfaces:
IDataEngine
All Known Implementing Classes:
AbstractNavigationMap, DataEngine, DataEngineManager, DataEngineServlet, FDManagerApplication, NavigationAttributes, NavigationManager, RequestManager, SessionManager

public interface INavigation


Field Summary
static String CHILD_PREFIX
           
static String GROUP_ATTRIBUTES
           
static String GROUP_ID
           
static int INITIAL_GROUP_ID
           
static int INITIAL_PAGE_ID
           
static int INITIAL_REQUEST_ID
           
static String NAVIGATION_CHECKED
           
static String NAVIGATION_OBJECT_LIST_PREFIX
           
static String NEW_GROUP_ID
           
static String NEW_REQUEST_ID
           
static String NEW_SESSION_ID
           
static String PAGE_ATTRIBUTES
           
static String PAGE_ID
           
static String PARENT_PREFIX
           
static String PERSISTENT_ATTRIBUTES
           
static String PREVIOUS_ATTRIBUTES
           
static String PREVIOUS_GROUP_ID
           
static String PREVIOUS_PAGE_ID
           
static String PREVIOUS_REQUEST_ID
           
static String REQUEST_ID
           
static String RESET_GROUP_ID
           
static String RESET_NAVIGATION_IDS
           
static String RESET_NAVIGATION_IDS_COMPLETED
           
static String RESET_PAGE_ID
           
static String RESET_REQUEST_ID
           
static String RESET_SESSION_ID
           
static String SESSION_ID
           
 

Field Detail

RESET_NAVIGATION_IDS

public static final String RESET_NAVIGATION_IDS
See Also:
Constant Field Values

RESET_SESSION_ID

public static final String RESET_SESSION_ID
See Also:
Constant Field Values

RESET_REQUEST_ID

public static final String RESET_REQUEST_ID
See Also:
Constant Field Values

RESET_GROUP_ID

public static final String RESET_GROUP_ID
See Also:
Constant Field Values

RESET_PAGE_ID

public static final String RESET_PAGE_ID
See Also:
Constant Field Values

RESET_NAVIGATION_IDS_COMPLETED

public static final String RESET_NAVIGATION_IDS_COMPLETED
See Also:
Constant Field Values

NEW_SESSION_ID

public static final String NEW_SESSION_ID
See Also:
Constant Field Values

NEW_REQUEST_ID

public static final String NEW_REQUEST_ID
See Also:
Constant Field Values

NEW_GROUP_ID

public static final String NEW_GROUP_ID
See Also:
Constant Field Values

SESSION_ID

public static final String SESSION_ID
See Also:
Constant Field Values

REQUEST_ID

public static final String REQUEST_ID
See Also:
Constant Field Values

GROUP_ID

public static final String GROUP_ID
See Also:
Constant Field Values

PAGE_ID

public static final String PAGE_ID
See Also:
Constant Field Values

PREVIOUS_REQUEST_ID

public static final String PREVIOUS_REQUEST_ID
See Also:
Constant Field Values

PREVIOUS_GROUP_ID

public static final String PREVIOUS_GROUP_ID
See Also:
Constant Field Values

PREVIOUS_PAGE_ID

public static final String PREVIOUS_PAGE_ID
See Also:
Constant Field Values

INITIAL_REQUEST_ID

public static final int INITIAL_REQUEST_ID
See Also:
Constant Field Values

INITIAL_GROUP_ID

public static final int INITIAL_GROUP_ID
See Also:
Constant Field Values

INITIAL_PAGE_ID

public static final int INITIAL_PAGE_ID
See Also:
Constant Field Values

PERSISTENT_ATTRIBUTES

public static final String PERSISTENT_ATTRIBUTES
See Also:
Constant Field Values

GROUP_ATTRIBUTES

public static final String GROUP_ATTRIBUTES
See Also:
Constant Field Values

PAGE_ATTRIBUTES

public static final String PAGE_ATTRIBUTES
See Also:
Constant Field Values

PREVIOUS_ATTRIBUTES

public static final String PREVIOUS_ATTRIBUTES
See Also:
Constant Field Values

NAVIGATION_OBJECT_LIST_PREFIX

public static final String NAVIGATION_OBJECT_LIST_PREFIX
See Also:
Constant Field Values

NAVIGATION_CHECKED

public static final String NAVIGATION_CHECKED
See Also:
Constant Field Values

CHILD_PREFIX

public static final String CHILD_PREFIX
See Also:
Constant Field Values

PARENT_PREFIX

public static final String PARENT_PREFIX
See Also:
Constant Field Values