1Webapp.displayPage(3kaya) Kaya module reference Webapp.displayPage(3kaya)
2
3
4
6 Webapp::displayPage - Displays String content
7
9 Void displayPage( String sdata, [Pair<String, String> ] headers )
10
12 sdata The string to output as the content
13
14 headers A list of key-value pairs of HTTP headers
15
17 Displays String content. The displayPage functions are called automatiā
18 cally by a webapp based on the return value of webmain and should only
19 be called directly for debugging purposes and when constructing custom
20 displayPage functions.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
33 Webapp.displayPage (3kaya) (HTML documents)
34 Webapp.displayPage_2 (3kaya) (binary data)
35 Webapp.displayPage_3 (3kaya) (void functions)
36
37
38
39Kaya December 2010 Webapp.displayPage(3kaya)