Coverage Report - org.paneris.bibliomania.ListBoards
 
Classes in this File Line Coverage Branch Coverage Complexity
ListBoards
0%
0/2
N/A
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 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  0
     return bibliomaniaTemplate("AvailableBoards.wm");
 22  
   }
 23  
 
 24  
 }
 25  
 
 26