Class ExtendsDirective
- java.lang.Object
-
- org.nuxeo.ecm.platform.rendering.fm.extensions.ExtendsDirective
-
- All Implemented Interfaces:
freemarker.template.TemplateDirectiveModel
,freemarker.template.TemplateModel
public class ExtendsDirective extends Object implements freemarker.template.TemplateDirectiveModel
- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description ExtendsDirective()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(freemarker.core.Environment env, Map params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body)
-
-
-
Method Detail
-
execute
public void execute(freemarker.core.Environment env, Map params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body) throws freemarker.template.TemplateException, IOException
- Specified by:
execute
in interfacefreemarker.template.TemplateDirectiveModel
- Throws:
freemarker.template.TemplateException
IOException
-
-