Package ch.tocco.nice2.netui.impl.bind
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
ConstructorDescriptionCustomDataProviderMethod
(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:
exec
in interfacefreemarker.template.TemplateMethodModel
- Specified by:
exec
in interfacefreemarker.template.TemplateMethodModelEx
- Throws:
freemarker.template.TemplateModelException
IllegalArgumentException
-