Ferreteria/v0.5/@cls/caWebPage

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls(Redirected from Ferreteria/v0.5/@cls/caPage)
Jump to navigation Jump to search
class ferret\layout\caWebPage
cElement caWebPage caHypertextPage

Startup

This is a singleton class. It expects the main App object to call DoAllEvents, which then runs the event-sequence needed to process input and generate an output page with the appropriate contents.

What generally triggers the need to do anything besides render the default page is when the event-propagation reaches an element that responds to input of some kind from the user. Input can either be received as POST/GET data or as part of the site-relative URI. Feature-selection is most commonly invoked from URI data, while POST/GET data is generally expected by specific features.

Classes that receive URI data include:

Methods