Inherits EventHandler. Inherited by AddView, ArchiveMailbox, ArchiveMailboxes, ArchiveMessage, ArchiveSearch, ArchiveThread, EditView, Error301, Error404, FormMail, LoginForm, MailboxList, SearchBox, Sendmail, ViewList and WebmailIndex.
A PageComponent has a list of FrontMatter objects that it requires, and, once it's done(), contents() returns the text of the component.
Creates a new PageComponent with the div class name divClass.
Adds fm to the list of FrontMatter objects for this component.
Returns an HTML representation of a.
Returns an HTML representation of a, assuming that a is really an address or something which reminds the user of an address (such as an alias).
Returns the contents of this component as an HTML-quoted string. The return value is meaningful only if done() is true.
Returns the div class name for this component, as set in the call to the constructor.
Returns true if this component has finished assembling its contents(), and false otherwise.
Returns a non-zero pointer to the list of FrontMatter objects that this component requires.
Returns a pointer to this component's WebPage, which will be 0 until the component has been added to a WebPage.
Returns an HTML-quoted version of s.
Returns an HTML-quoted version of u.
Sets the contents of this component to s, and signal the WebPage that owns this component of its completion. After this call, done() will return true, and contents() will return s. This function is meant for use by subclasses.
Informs this component that it is being used in page.
Sets the numeric HTTP status for this component to status.
Returns a numeric HTTP status appropriate to this component. The default value is 200.
A wrapper around WebPage::uniqueNumber(), so calling it is less work.
This web page based on source code belonging to Oryx Mail Systems GmbH. All rights reserved.