Inheritance diagram for Page:
Public Member Functions | |
get () | |
Handler for a HTTP GET. | |
post () | |
Handler for a HTTP POST. |
This class is used to create pages.
Page::get | ( | ) |
Handler for a HTTP GET.
This function is called when a client does a HTTP GET to the page.
Reimplemented in EditOSPage, EditSystemPage, ErrorPage, GroupPage, NewOsPage, NewSystemPage, SettingsPage, SpecialPage, SystemOverviewPage, and UserPage.
Page::post | ( | ) |
Handler for a HTTP POST.
This function is called when a client does a HTTP POST to the page.
Reimplemented in EditOSPage, EditSystemPage, ErrorPage, GroupPage, NewOsPage, NewSystemPage, SettingsPage, SpecialPage, and UserPage.