| Interface | Description |
|---|---|
| I18N |
Interface to handle user interface internationalization.
|
| UIModule |
UIModule encapsulates the user interface functionality for a page or group of pages that rely on data coming
from a
StatsStorage instance.When a StatsStorage object is attached to a UIServer, the UI server will
start receiving StatsStorageEvent instances; some of these (only the appropriate ones based on the specified
TypeIDs from the UIModule.getCallbackTypeIDs() method) will be routed to the UIModule, via UIModule.reportStorageEvents(Collection). |
| Class | Description |
|---|---|
| Route |
A Route specifies an endpoint that can be queried in the UI - along with how it should be handled
|
| UIServer |
Interface for user interface server
|
| Enum | Description |
|---|---|
| FunctionType |
Enumeration for the type of function.
|
| HttpMethod |
Enumeration for the type of HTTP method.
|
Copyright © 2018. All rights reserved.