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 SummaryFields inherited from interface freemarker.template.TemplateModelNOTHING
- 
Constructor SummaryConstructorsConstructorDescriptionCustomDataProviderMethod(CustomDataProviderService customDataProviderService, freemarker.template.ObjectWrapper objectWrapper) 
- 
Method Summary
- 
Constructor Details- 
CustomDataProviderMethodpublic CustomDataProviderMethod(CustomDataProviderService customDataProviderService, freemarker.template.ObjectWrapper objectWrapper) 
 
- 
- 
Method Details- 
execpublic Object exec(List arguments) throws freemarker.template.TemplateModelException, IllegalArgumentException - Specified by:
- execin interface- freemarker.template.TemplateMethodModel
- Specified by:
- execin interface- freemarker.template.TemplateMethodModelEx
- Throws:
- freemarker.template.TemplateModelException
- IllegalArgumentException
 
 
-