| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| TotalNav |
|
| 1.0;1 |
| 1 | package org.paneris.bibliomania; | |
| 2 | ||
| 3 | import org.melati.Melati; | |
| 4 | import org.webmacro.WebMacroException; | |
| 5 | import org.webmacro.servlet.WebContext; | |
| 6 | ||
| 7 | 0 | public class TotalNav extends BibliomaniaServlet { |
| 8 | /** | |
| 9 | * | |
| 10 | */ | |
| 11 | private static final long serialVersionUID = 1L; | |
| 12 | ||
| 13 | protected String bibliomaniaHandle(Melati melati, WebContext context) | |
| 14 | throws WebMacroException { | |
| 15 | 0 | return bibliomaniaTemplate("totalnav.wm"); |
| 16 | } | |
| 17 | } |