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 | |
StatusData | Stores the information to be printed on the status page. |
StatusPageHtml | Prints the status data in HTML format. |
StatusPageText | Prints the status data in plain text format. |
StatusPageHandler | Servlets 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. |
-
Interface Summary Interface Description StatusPageHandler.Request Wrapper Interface for HttpServletRequest.StatusPageHandler.Response Wrapper Interface for HttpServletResponse.StatusPageHandler.StatusDataCallback Callback interface to update the status data. -
Class Summary Class Description StatusData This class holds the data that have to be printed on the status page.StatusData.Action This class defines a menu action.StatusData.DataList<T> This class defines a collection that can be constrained to a maximum number of items.StatusData.Info This class defines an information, warning, error or fatal error.StatusData.Property An object of the Property class provides one status value.StatusPage This class provides general functionality to print an StatusData object.StatusPageHandler This class is the bridge between a HttpServlet class and the classes of this package.StatusPageHtml This class prints theStatusData
in HTML format.StatusPageServletExample This example shows how to use theStatusPageHandler
andStatusData
classes.StatusPageText Prints a status page in text format. -
Enum Summary Enum Description StatusData.Info.Severity SeverityStatusData.State Enumeration for application state values.StatusPage.PrintMode Print mode.