de.ix.jspTutorial.controller
Class ScreenFlowManager
java.lang.Object
|
+--de.ix.jspTutorial.controller.ScreenFlowManager
- public class ScreenFlowManager
- extends java.lang.Object
The BBG_ScreenFlowManager class maps the requested URL to
the coresponding java server pages
- Version:
- $Id:$
- Author:
- Peter Rossbach (pr@webapp.de), Lars Röwekamp ( lars.roewekamp@openKnowledge.de)
Field Summary |
static java.lang.String |
vcid
version of the source |
Method Summary |
java.lang.String |
getNextPageName(javax.servlet.http.HttpServletRequest request)
Calculate the next page to display depending on the current request type and
additional enviroment conditions. |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
vcid
public static java.lang.String vcid
- version of the source
ScreenFlowManager
public ScreenFlowManager()
- default constructor
getNextPageName
public java.lang.String getNextPageName(javax.servlet.http.HttpServletRequest request)
- Calculate the next page to display depending on the current request type and
additional enviroment conditions.
- Parameters:
request
- HttpServletRequest- Returns:
- Name of the next page to display
~ Das iX JSP Tutorial III - © 2000 by Peter Roßbach ~