View Javadoc

1   package org.paneris.bibliomania;
2   
3   import org.melati.Melati;
4   import org.webmacro.WebMacroException;
5   import org.webmacro.servlet.WebContext;
6   
7   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      return bibliomaniaTemplate("totalnav.wm");
16    }
17  }