| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| ContentReasonMacroInfo |
|
| 1.0;1 |
| 1 | package org.webslinger.macros; | |
| 2 | ||
| 3 | import org.webslinger.template.TemplateMacro; | |
| 4 | import org.webslinger.template.TemplateMacroInfo; | |
| 5 | ||
| 6 | 50 | public class ContentReasonMacroInfo implements TemplateMacroInfo { |
| 7 | public TemplateMacro[] getMacros() { | |
| 8 | 50 | return new TemplateMacro[] {new ContentReasonMacro("TemplateContentReason"), new ContentReasonMacro("ContentReason")}; |
| 9 | } | |
| 10 | } |