Changes for page Development-UrlCreation
Last modified by Pascal Robert on 2010/09/12 00:56
From version 27.1
edited by Andrew Lindesay
on 2008/07/05 01:14
on 2008/07/05 01:14
Change comment:
There is no comment for this version
To version 26.1
edited by Andrew Lindesay
on 2008/07/05 01:19
on 2008/07/05 01:19
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 == Example URLs == 6 6 7 -The ##WOContext## has a number of methods on itself to generate URLs back into the application server. Here the author has tested the generation of those URLs so it can be seen what is created by each method under different usages. 7 +The ##WOContext## has a number of methods on itself to generate URLs back into the application server. Here the author has tested the generation of those URLs so it can be seen what is created by each method under different usages. These examples have been produced with WebObjects 5.4. 8 8 9 9 === Development Mode === 10 10 ... ... @@ -28,3 +28,17 @@ 28 28 0); 29 29 |Session|##http:~/~/hebe.local:54791/cgi-bin/WebObjects/TestUrlCreation.woa/123/wa/default?a=b## 30 30 |No Session|##http:~/~/hebe.local:54791/cgi-bin/WebObjects/TestUrlCreation.woa/123/wa/default?a=b## 31 + 32 +|Method|context().componentActionURL() 33 +|Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/wo/V4N99Ub2Zjavh6V3tvcEQM/0.15## 34 +|No Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/wo/zBXy58rwSW6aU1mTXVk9uw/0.11## 35 + 36 +|Method|componentActionURL(WOApplication.application().ajaxRequestHandlerKey()) 37 +|Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/ja/V4N99Ub2Zjavh6V3tvcEQM/0.11## 38 +|No Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/ja/zBXy58rwSW6aU1mTXVk9uw/0.13## 39 + 40 +|Method|componentActionURL( 41 + WOApplication.application().ajaxRequestHandlerKey(), 42 + context().request().isSecure()) 43 +|Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/ja/V4N99Ub2Zjavh6V3tvcEQM/0.13## 44 +|No Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/ja/zBXy58rwSW6aU1mTXVk9uw/0.15##