| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.wfnm.web.NotifyFactory
A factory that notify to the navigation context that a page has been reached.
| Method Summary | |
| static NotifyFactory | getInstance()Returns the unique instance of the NotifyFactory. | 
| static void | notifyPage(javax.servlet.http.HttpServletRequest request)Notify that a page has been reached. | 
| protected  void | notifyReachedPage(javax.servlet.http.HttpServletRequest request)Notify to the WFNM framework that a page has been reached | 
| static void | resetFramework(javax.servlet.http.HttpSession session)Reset the WFNM framework. | 
| static void | simulateNotifyPreviousPage(javax.servlet.http.HttpSession session)Simulates the notification of the previous page. | 
| static void | simulateNotifyPreviousPage(javax.servlet.http.HttpSession session,
                           String url)Simulates the notification of a specified previous page. | 
| static void | simulateNotifyPreviousWebflow(javax.servlet.http.HttpSession session)Simulates the notification of a previous webflow. | 
| static void | simulateNotifyPreviousWebflow(javax.servlet.http.HttpSession session,
                              String webflowName)Simulates the notification of a specified previous webflow. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public static NotifyFactory getInstance()
public static void notifyPage(javax.servlet.http.HttpServletRequest request)
request - the http requestpublic static void resetFramework(javax.servlet.http.HttpSession session)
session - the http session
public static void simulateNotifyPreviousPage(javax.servlet.http.HttpSession session,
                                              String url)
session - the http sessionurl - the url of the pagepublic static void simulateNotifyPreviousPage(javax.servlet.http.HttpSession session)
session - the http sessionpublic static void simulateNotifyPreviousWebflow(javax.servlet.http.HttpSession session)
session - the http session
public static void simulateNotifyPreviousWebflow(javax.servlet.http.HttpSession session,
                                                 String webflowName)
session - the http sessionwebflowName - the previous webflowprotected void notifyReachedPage(javax.servlet.http.HttpServletRequest request)
request - the HttpServletRequest| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||