| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ShoppingContext |
|
| 0.0;0 |
| 1 | package org.paneris.jammyjoes.shopping; | |
| 2 | ||
| 3 | import org.melati.PoemContext; | |
| 4 | ||
| 5 | /** | |
| 6 | * A ShoppingContext contains additional information from parsing | |
| 7 | * the pathInfo. | |
| 8 | */ | |
| 9 | 0 | public class ShoppingContext extends PoemContext { |
| 10 | // shopping trolley id | |
| 11 | public Integer stid; | |
| 12 | public Integer quantity; | |
| 13 | } | |
| 14 |