See: Description
| Class | Description |
|---|---|
| AdminOverviewServlet |
Allows a personalized overview page to administer users and general data.
|
| Collection |
Plain old java object holding the collection of places and the corresponding map file name.
|
| CollectionDAO |
Methods to access the index of collections to allow retrieval of regions by JPA queries.
|
| CollectionDefineServlet |
Servlet for defining collections of place codings.
|
| Notation |
Plain old java object holding a notation and the corresponding description.
|
| NotationDAO |
Builds an index of notations to allow retrieval of regions by JPA queries.
|
| NotationsPerSubject |
Plain old java object holding a subject and the corresponding description and range of notation.
|
| UserAdminServlet |
Offers a web interface to manage users and their roles
|
| UserManagementServlet |
Controls all the user logging processes, sends errors as xml to be displayed
via XSLT.
|