]> err.no Git - sope/blob - Recycler/ApacheWO/docs/test.wox
added mod_objc
[sope] / Recycler / ApacheWO / docs / test.wox
1 <?xml version="1.0"?>
2 <var:component className="Frame" title="name"
3            xmlns="http://www.w3.org/1999/xhtml"
4            xmlns:var="http://www.skyrix.com/od/binding"
5            xmlns:js="http://www.skyrix.com/od/javascript"
6            xmlns:const="http://www.skyrix.com/od/constant">
7     <h3>Apache served .wox page</h3>
8     
9     <table border="0">
10       <tr>
11         <td>ComponentName: </td>
12         <td><var:string value="name"/></td>
13       </tr>
14       <tr>
15         <td>Filename: </td>
16         <td><var:string value="context.request.userInfo.ApacheRequest.filename"/></td>
17       </tr>
18       <tr>
19         <td>Pathinfo: </td>
20         <td><var:string value="context.request.userInfo.ApacheRequest.pathInfo"/></td>
21       </tr>
22       <tr>
23         <td>Context:</td>
24         <td><var:string value="context"/></td>
25       </tr>
26       <tr>
27         <td>Request:</td>
28         <td><var:string value="context.request"/></td>
29       </tr>
30       <tr>
31         <td>FormValues Keys:</td>
32         <td><var:string value="context.request.formValueKeys"/></td>
33       </tr>
34       <tr>
35         <td>ApacheRequest:</td>
36         <td><var:string value="context.request.userInfo.ApacheRequest"/></td>
37       </tr>
38       <tr>
39         <td>ApacheConnection:</td>
40         <td><var:string value="context.request.userInfo.ApacheRequest.connection"/></td>
41       </tr>
42     </table>
43
44     <!-- var:script>print('init test');</var:script -->
45
46 </var:component>