Uses of Class
net.officefloor.web.template.section.WebTemplateInitialFunction.Flows
-
Packages that use WebTemplateInitialFunction.Flows Package Description net.officefloor.web.template.section -
-
Uses of WebTemplateInitialFunction.Flows in net.officefloor.web.template.section
Methods in net.officefloor.web.template.section that return WebTemplateInitialFunction.Flows Modifier and Type Method Description static WebTemplateInitialFunction.Flows
WebTemplateInitialFunction.Flows. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WebTemplateInitialFunction.Flows[]
WebTemplateInitialFunction.Flows. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in net.officefloor.web.template.section with type arguments of type WebTemplateInitialFunction.Flows Modifier and Type Method Description void
WebTemplateInitialFunction. execute(ManagedFunctionContext<WebTemplateInitialFunction.WebTemplateInitialDependencies,WebTemplateInitialFunction.Flows> context)
-