Class VatAmountDirective
java.lang.Object
ch.tocco.nice2.optional.webshop.impl.VatAmountDirective
- All Implemented Interfaces:
Nice2TemplateDirective,freemarker.template.TemplateDirectiveModel,freemarker.template.TemplateModel
-
Field Summary
Fields inherited from interface freemarker.template.TemplateModel
NOTHING -
Constructor Summary
ConstructorsConstructorDescriptionVatAmountDirective(VatInformationService vatInformationService, VatCalculationService vatCalculationService) -
Method Summary
-
Constructor Details
-
VatAmountDirective
public VatAmountDirective(VatInformationService vatInformationService, VatCalculationService vatCalculationService)
-
-
Method Details
-
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:
executein interfacefreemarker.template.TemplateDirectiveModel- Throws:
freemarker.template.TemplateExceptionIOException
-