When a custom administrative servlet prints its output, you might want it to format object values into HTML output. The default administrative servlet ServiceAdminServlet provides a method that can be called by subclasses to do this formatting:

protected String formatObject (Object pObject,
                               HttpServletRequest pRequest);

This formatting method takes several steps to format the object:

The default administrative servlet uses this method to format the values of the properties that it displays.

 
loading table of contents...