Changes for page Development-UrlCreation

Last modified by Pascal Robert on 2010/09/12 00:56

From version 28.1
edited by Andrew Lindesay
on 2008/07/05 01:13
Change comment: There is no comment for this version
To version 27.1
edited by Andrew Lindesay
on 2008/07/05 01:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,7 +10,7 @@
10 10  
11 11  This is the case where the application is being developed in, for example, Eclipse;
12 12  
13 -|Method|context().completeURLWithRequestHandlerKey(
13 +|Method|completeURLWithRequestHandlerKey(
14 14   WOApplication.application().directActionRequestHandlerKey(),
15 15   "default",
16 16   "a=b",
... ... @@ -18,3 +18,13 @@
18 18   0);
19 19  |Session|##http:~/~/hebe.local:54791/cgi-bin/WebObjects/TestUrlCreation.woa/wa/default?a=b##
20 20  |No Session|##http:~/~/hebe.local:54791/cgi-bin/WebObjects/TestUrlCreation.woa/wa/default?a=b##
21 +
22 +|Method|completeURLWithRequestHandlerKey(
23 + "123",
24 + WOApplication.application().directActionRequestHandlerKey(),
25 + "default",
26 + "a=b",
27 + context().request().isSecure(),
28 + 0);
29 +|Session|##http:~/~/hebe.local:54791/cgi-bin/WebObjects/TestUrlCreation.woa/123/wa/default?a=b##
30 +|No Session|##http:~/~/hebe.local:54791/cgi-bin/WebObjects/TestUrlCreation.woa/123/wa/default?a=b##