golfShop.presentation.xmlc.cart |
|
Java Source File Name | Type | Comment |
Contents.java | Class | This presentation object dynamically creates an HTML page showing the
cart contents in an tabulated form or, if the user wants to go to the
Checkout PO, they will be redirected appropriately. |
ContentsTable.java | Interface | Interface for XMLC compiled pages containing the cart table. |
ContentsTableFormatter.java | Class | Generate a HTML table to display the cart contents. |