Package net.commerce.zocalo.html

Support for generating HTML.

See:
          Description

Interface Summary
HtmlElement Base class for Html helper classes.
 

Class Summary
HtmlRow Render Html Rows (tr elements) based on arrays of cell contents.
HtmlSimpleElement support for generating simple HTML.
HtmlTable Render Html Tables.
 

Package net.commerce.zocalo.html Description

Support for generating HTML. HtmlElement is the base class for HtmlSimpleElement, which makes it easy to generate many simple HTML fragments, and HtmlRow, which provides support for generating table rows given arrays of cells.

NumberDisplay formats floating point numbers for printing.

© Copyright 2007 Chris Hibbert. All rights reserved.
© 2006 CommerceNet Consortium, LLC.

This software is published under the terms of the MIT license, a copy
of which has been included with this distribution in the LICENSE file.