org.cofax.cms
Class CofaxToolsNavigation
java.lang.Object
|
+--org.cofax.cms.CofaxToolsNavigation
- public class CofaxToolsNavigation
- extends java.lang.Object
CofaxToolsNavigation:
Handles Navigation and security for CofaxTools. Navigation determines what mode the user has requested,
calls security checks against the user, and gathers information from CofaxToolsUtil in order to return
a populated page.
- Author:
- Charles Harvey
Field Summary |
static java.lang.String |
mode
Holds users current desired action for testing against permissions and fulfilling
actions and templates. |
Method Summary |
static java.lang.String |
navigate(DataStore db,
java.lang.String NpathInfo,
java.lang.String NqueryString,
javax.servlet.http.HttpSession session,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Splits navigation and determines what portions of CofaxToolsUtil to utilize in order to
fulfill users requests. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mode
public static java.lang.String mode
- Holds users current desired action for testing against permissions and fulfilling
actions and templates.
CofaxToolsNavigation
public CofaxToolsNavigation()
navigate
public static java.lang.String navigate(DataStore db,
java.lang.String NpathInfo,
java.lang.String NqueryString,
javax.servlet.http.HttpSession session,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
- Splits navigation and determines what portions of CofaxToolsUtil to utilize in order to
fulfill users requests. Navigate gathers that information and sends
the information against
CofaxToolsUtil.fillTemplate in order to return a populated page to the user.
Copyright 2001 KnightRidder.com. All Rights Reserved.