public class UsedImagesDirective
extends java.lang.Object
implements freemarker.template.TemplateDirectiveModel
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.String> |
imageList |
Constructor and Description |
---|
UsedImagesDirective() |
Modifier and Type | Method and Description |
---|---|
void |
execute(freemarker.core.Environment env,
java.util.Map params,
freemarker.template.TemplateModel[] loopVars,
freemarker.template.TemplateDirectiveBody body) |
java.util.List<java.lang.String> |
getImageList() |
public java.util.List<java.lang.String> getImageList()
public void execute(freemarker.core.Environment env, java.util.Map params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body) throws freemarker.template.TemplateException, java.io.IOException
execute
in interface freemarker.template.TemplateDirectiveModel
freemarker.template.TemplateException
java.io.IOException