Package | Description |
---|---|
org.colcon.burocrat.api.client | |
org.colcon.burocrat.client.item | |
org.colcon.burocrat.client.pages |
Modifier and Type | Method and Description |
---|---|
BurocratPage |
IPageImpl.buildPage(IClient client) |
Modifier and Type | Class and Description |
---|---|
class |
ContainerPage
A simple page for a container that displays a BurocratList for the contained items
|
class |
ItemPage
A basic view of the raw data stored in an item,
consisting of a table of key-value pairs
|
Modifier and Type | Class and Description |
---|---|
class |
FormPage
This is a page that allows users to manually define a server request with a BurocratForm.
|
class |
HomePage
This is the default page that is displayed when the site loads.
|
class |
ItemRequestPage
This is the page that is shown when the user navigates to a site path
that is not implemented as a PageImpl.
|
class |
NewsPage
This is the top-level news feed for the entire site, consisting of
a NewsList for all public news items
|
class |
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
|