Changes between Version 9 and Version 10 of UTGBCore/RequestDispatcher
- Timestamp:
- 10/04/07 18:59:37 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UTGBCore/RequestDispatcher
v9 v10 134 134 }}} 135 135 136 This method yields appropriate URLsto access the RequestDispatcher both in hosted-mode and web-mode.136 This method yields the appropriate URL to access the RequestDispatcher both in hosted-mode and web-mode. 137 137 For example, getActionURL("hello", "name=leo") returns: 138 138 * (GWT moduleBase)/hello.action?name=leo (in web-mode)