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>
ManagedFunction
to iterate over an array to render content.- Author:
- Daniel Sagenschneider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebTemplateArrayIteratorFunction.DependencyKeys
WebTemplateSectionSource.WebTemplateArrayIteratorManagedFunctionSource
dependency keys.static class
WebTemplateArrayIteratorFunction.FlowKeys
WebTemplateSectionSource.WebTemplateArrayIteratorManagedFunctionSource
flow keys.
-
Constructor Summary
Constructors Constructor Description WebTemplateArrayIteratorFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(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:ManagedFunction
Executes the function.- Parameters:
context
-ManagedFunctionContext
for theManagedFunction
.
-
-