Coverage Report - org.webslinger.template.TemplateMacroInfo
 
Classes in this File Line Coverage Branch Coverage Complexity
TemplateMacroInfo
N/A
N/A
1
 
 1  
 package org.webslinger.template;
 2  
 
 3  
 import org.apache.bsf.BSFException;
 4  
 
 5  
 public interface TemplateMacroInfo {
 6  
     TemplateMacro[] getMacros() throws BSFException;
 7  
 }