class PlantUmlFreemarkerDirective extends java.lang.Object
Implementation of <@plantuml> Freemaker directive. It takes input body that is expected to be a PlantUml string, then it generates a picture and supplies a link to it back to markdown document.
| Constructor and description |
|---|
PlantUmlFreemarkerDirective
() |
PlantUmlFreemarkerDirective
(java.lang.String figuresDir) |
| Type | Name and description |
|---|---|
void |
execute(freemarker.core.Environment env, java.util.Map params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |