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 ListBoards extends BibliomaniaServlet {
8   
9     /**
10     * 
11     */
12    private static final long serialVersionUID = 1L;
13  
14    protected String bibliomaniaHandle(Melati melati, WebContext context)
15        throws WebMacroException {
16  
17      //BibliomaniaDatabase db = (BibliomaniaDatabase)PoemThread.database();
18      //Persistent object = melati.getObject();
19  
20  
21      return bibliomaniaTemplate("AvailableBoards.wm");
22    }
23  
24  }
25  
26