Uses of Class
net.officefloor.plugin.section.clazz.loader.ClassSectionFlow
-
-
Uses of ClassSectionFlow in net.officefloor.plugin.section.clazz.flow
Methods in net.officefloor.plugin.section.clazz.flow that return ClassSectionFlow Modifier and Type Method Description ClassSectionFlow
ClassSectionFlowManufacturer. createFlow(ClassSectionFlowManufacturerContext context)
Creates theClassSectionFlow
.ClassSectionFlow
ClassSectionFlowContext. getFlow(java.lang.String flowName, java.lang.String argumentType)
Obtains theClassSectionFlow
. -
Uses of ClassSectionFlow in net.officefloor.plugin.section.clazz.flow.impl
Methods in net.officefloor.plugin.section.clazz.flow.impl that return ClassSectionFlow Modifier and Type Method Description ClassSectionFlow
NextClassSectionFlowManufacturer. createFlow(ClassSectionFlowManufacturerContext context)
ClassSectionFlow
SubSectionClassSectionFlowManufacturer. createFlow(ClassSectionFlowManufacturerContext context)
-
Uses of ClassSectionFlow in net.officefloor.plugin.section.clazz.loader
Subclasses of ClassSectionFlow in net.officefloor.plugin.section.clazz.loader Modifier and Type Class Description class
ClassSectionManagedFunction
SectionFunction
with meta-data forClassSectionLoader
.Methods in net.officefloor.plugin.section.clazz.loader that return ClassSectionFlow Modifier and Type Method Description ClassSectionFlow
ClassSectionLoader. getFlow(java.lang.String flowName, java.lang.String argumentTypeName)
Obtains theClassSectionFlow
. -
Uses of ClassSectionFlow in net.officefloor.web.template.extension
Methods in net.officefloor.web.template.extension that return ClassSectionFlow Modifier and Type Method Description ClassSectionFlow
WebTemplateExtensionContext. getFlow(java.lang.String name, java.lang.String argumentType)
Obtains or creates theSectionOutput
.
-