Changes for page Development-UrlCreation

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

From version 24.1
edited by Andrew Lindesay
on 2008/07/05 01:32
Change comment: There is no comment for this version
To version 26.1
edited by Andrew Lindesay
on 2008/07/05 01:19
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,22 +10,16 @@
10 10  
11 11  This is the case where the application is being developed in, for example, Eclipse;
12 12  
13 -{{code}}
14 -completeURLWithRequestHandlerKey(
13 +|Method|completeURLWithRequestHandlerKey(
15 15   WOApplication.application().directActionRequestHandlerKey(),
16 16   "default",
17 17   "a=b",
18 18   context().request().isSecure(),
19 19   0);
19 +|Session|##http:~/~/hebe.local:54791/cgi-bin/WebObjects/TestUrlCreation.woa/wa/default?a=b##
20 +|No Session|##http:~/~/hebe.local:54791/cgi-bin/WebObjects/TestUrlCreation.woa/wa/default?a=b##
20 20  
21 -{{/code}}
22 -
23 -|=Session|=Deployment|=URL
24 -|Y|Dev|##http:~/~/hebe.local:54791/cgi-bin/WebObjects/TestUrlCreation.woa/wa/default?a=b##
25 -|N|Dev|##http:~/~/hebe.local:54791/cgi-bin/WebObjects/TestUrlCreation.woa/wa/default?a=b##
26 -
27 -{{code}}
28 -completeURLWithRequestHandlerKey(
22 +|Method|completeURLWithRequestHandlerKey(
29 29   "123",
30 30   WOApplication.application().directActionRequestHandlerKey(),
31 31   "default",
... ... @@ -32,13 +32,9 @@
32 32   "a=b",
33 33   context().request().isSecure(),
34 34   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##
35 35  
36 -{{/code}}
37 -
38 -|=Session|=Deployment|=URL
39 -|Y|Dev|##http:~/~/hebe.local:54791/cgi-bin/WebObjects/TestUrlCreation.woa/123/wa/default?a=b##
40 -|N|Dev|##http:~/~/hebe.local:54791/cgi-bin/WebObjects/TestUrlCreation.woa/123/wa/default?a=b##
41 -
42 42  |Method|context().componentActionURL()
43 43  |Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/wo/V4N99Ub2Zjavh6V3tvcEQM/0.15##
44 44  |No Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/wo/zBXy58rwSW6aU1mTXVk9uw/0.11##
... ... @@ -52,24 +52,3 @@
52 52   context().request().isSecure())
53 53  |Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/ja/V4N99Ub2Zjavh6V3tvcEQM/0.13##
54 54  |No Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/ja/zBXy58rwSW6aU1mTXVk9uw/0.15##
55 -
56 -|Method|directActionURLForActionNamed(
57 - "default",
58 - new NSDictionary<String,Object>(new Object[[]] {"b"}, new String[[]] {"a"}),
59 - context().request().isSecure(),
60 - true);
61 -|Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/wa/default?a=b&amp;wosid=V4N99Ub2Zjavh6V3tvcEQM##
62 -|No Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/wa/default?a=b##
63 -
64 -|Method|directActionURLForActionNamed(
65 - "default",
66 - new NSDictionary<String,Object>(new Object[[]] {"b"}, new String[[]] {"a"}))
67 -|Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/wa/default?a=b&wosid=V4N99Ub2Zjavh6V3tvcEQM##
68 -|No Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/wa/default?a=b##
69 -
70 -|Method|urlWithRequestHandlerKey(
71 - WOApplication.application().ajaxRequestHandlerKey(),
72 - "default",
73 - "a=b")
74 -|Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/ja/default?a=b##
75 -|No Session|##/cgi-bin/WebObjects/TestUrlCreation.woa/ja/default?a=b##