Class WebTemplateArrayIteratorFunction
- java.lang.Object
-
- net.officefloor.frame.api.function.StaticManagedFunction<WebTemplateArrayIteratorFunction.DependencyKeys,WebTemplateArrayIteratorFunction.FlowKeys>
-
- net.officefloor.web.template.section.WebTemplateArrayIteratorFunction
-
- All Implemented Interfaces:
ManagedFunction<WebTemplateArrayIteratorFunction.DependencyKeys,WebTemplateArrayIteratorFunction.FlowKeys>,ManagedFunctionFactory<WebTemplateArrayIteratorFunction.DependencyKeys,WebTemplateArrayIteratorFunction.FlowKeys>
public class WebTemplateArrayIteratorFunction extends StaticManagedFunction<WebTemplateArrayIteratorFunction.DependencyKeys,WebTemplateArrayIteratorFunction.FlowKeys>
ManagedFunctionto iterate over an array to render content.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebTemplateArrayIteratorFunction.DependencyKeysWebTemplateSectionSource.WebTemplateArrayIteratorManagedFunctionSourcedependency keys.static classWebTemplateArrayIteratorFunction.FlowKeysWebTemplateSectionSource.WebTemplateArrayIteratorManagedFunctionSourceflow keys.
-
Constructor Summary
Constructors Constructor Description WebTemplateArrayIteratorFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(ManagedFunctionContext<WebTemplateArrayIteratorFunction.DependencyKeys,WebTemplateArrayIteratorFunction.FlowKeys> context)Executes the function.-
Methods inherited from class net.officefloor.frame.api.function.StaticManagedFunction
createManagedFunction
-
-
-
-
Method Detail
-
execute
public void execute(ManagedFunctionContext<WebTemplateArrayIteratorFunction.DependencyKeys,WebTemplateArrayIteratorFunction.FlowKeys> context)
Description copied from interface:ManagedFunctionExecutes the function.- Parameters:
context-ManagedFunctionContextfor theManagedFunction.
-
-