Class | Description |
---|---|
FormPage |
This is a page that allows users to manually define a server request with a BurocratForm.
|
HomePage |
This is the default page that is displayed when the site loads.
|
ItemRequestPage |
This is the page that is shown when the user navigates to a site path
that is not implemented as a PageImpl.
|
NewsPage |
This is the top-level news feed for the entire site, consisting of
a NewsList for all public news items
|
TerminalPage |
This is a debug terminal for the command line interface,
which allows developers to test server requests that are
equivalent to those made by the site's GUI
|