| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| WikiVelocityHtmlConvertor |
|
| 1.0;1 |
| 1 | package org.webslinger.ext.convertors; | |
| 2 | ||
| 3 | import org.webslinger.ext.wiki.WikiConvertor; | |
| 4 | ||
| 5 | public class WikiVelocityHtmlConvertor extends WikiConvertor { | |
| 6 | public WikiVelocityHtmlConvertor() { | |
| 7 | 1 | super(WikiVelocityHtmlHandler.FACTORY); |
| 8 | 1 | } |
| 9 | ||
| 10 | public String getName() { | |
| 11 | 1 | return "wiki-velocity-html"; |
| 12 | } | |
| 13 | } |