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