Class CustomDataProviderMethod
java.lang.Object
ch.tocco.nice2.netui.impl.bind.CustomDataProviderMethod
- All Implemented Interfaces:
freemarker.template.TemplateMethodModel, freemarker.template.TemplateMethodModelEx, freemarker.template.TemplateModel
public class CustomDataProviderMethod
extends Object
implements freemarker.template.TemplateMethodModelEx
Freemarker function to get data from a customDataProvider
-
Field Summary
Fields inherited from interface freemarker.template.TemplateModel
NOTHING -
Constructor Summary
ConstructorsConstructorDescriptionCustomDataProviderMethod(CustomDataProviderService customDataProviderService, freemarker.template.ObjectWrapper objectWrapper) -
Method Summary
-
Constructor Details
-
CustomDataProviderMethod
public CustomDataProviderMethod(CustomDataProviderService customDataProviderService, freemarker.template.ObjectWrapper objectWrapper)
-
-
Method Details
-
exec
public Object exec(List arguments) throws freemarker.template.TemplateModelException, IllegalArgumentException - Specified by:
execin interfacefreemarker.template.TemplateMethodModel- Specified by:
execin interfacefreemarker.template.TemplateMethodModelEx- Throws:
freemarker.template.TemplateModelExceptionIllegalArgumentException
-