Uses of Class
net.officefloor.plugin.section.clazz.loader.ClassSectionManagedFunction
-
Packages that use ClassSectionManagedFunction Package Description net.officefloor.plugin.section.clazz.flow net.officefloor.plugin.section.clazz.loader net.officefloor.web.template.extension -
-
Uses of ClassSectionManagedFunction in net.officefloor.plugin.section.clazz.flow
Methods in net.officefloor.plugin.section.clazz.flow that return ClassSectionManagedFunction Modifier and Type Method Description ClassSectionManagedFunction
ClassSectionFlowContext. getFunction(java.lang.String functionName)
Obtains theClassSectionManagedFunction
. -
Uses of ClassSectionManagedFunction in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return ClassSectionManagedFunction Modifier and Type Method Description ClassSectionManagedFunction
ClassSectionLoader. getFunction(java.lang.String functionName)
Obtains theClassSectionManagedFunction
. -
Uses of ClassSectionManagedFunction in net.officefloor.web.template.extension
Methods in net.officefloor.web.template.extension that return ClassSectionManagedFunction Modifier and Type Method Description ClassSectionManagedFunction
WebTemplateExtensionContext. getFunction(java.lang.String functionName)
Obtains theSectionFunction
by the name.
-