Void displayPage(Feed feed)
Arguments
feed: The feed to output as the page content
Usage
Displays RSS Feed content of a webapp. The displayPage functions are called
automatically by a webapp based on the return value of
webmain and should only be called directly for debugging
purposes and when constructing custom displayPage
functions.
Related
- Webapp::displayPage (HTML documents)
- Webapp::displayPage (string data)