Package de.elo.utils.webapp.status

The classes of this package can be used to print a status page of a web application.

Overview of classes
StatusDataStores the information to be printed on the status page.
StatusPageHtmlPrints the status data in HTML format.
StatusPageTextPrints the status data in plain text format.
StatusPageHandlerServlets forward HTTP requests to a StatusPageHandler object in order to print the status page and handle links or other form elements on the status page.