Uses of Class
net.officefloor.plugin.section.clazz.loader.ClassSectionFunctionNamespace
-
Packages that use ClassSectionFunctionNamespace Package Description net.officefloor.plugin.section.clazz net.officefloor.plugin.section.clazz.flow net.officefloor.plugin.section.clazz.loader -
-
Uses of ClassSectionFunctionNamespace in net.officefloor.plugin.section.clazz
Methods in net.officefloor.plugin.section.clazz that return ClassSectionFunctionNamespace Modifier and Type Method Description static ClassSectionFunctionNamespace
ClassSectionSource. loadClassFunctions(java.lang.Class<?> sectionClass, SectionManagedObject sectionManagedObject, boolean isProvideInputs, ClassSectionLoader loader, SectionSourceContext context)
Loads theClass
SectionFunction
instances. -
Uses of ClassSectionFunctionNamespace in net.officefloor.plugin.section.clazz.flow
Methods in net.officefloor.plugin.section.clazz.flow that return ClassSectionFunctionNamespace Modifier and Type Method Description ClassSectionFunctionNamespace
ClassSectionFlowContext. addFunctionNamespace(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties)
Adds aSectionFunctionNamespace
.ClassSectionFunctionNamespace
ClassSectionFlowContext. addFunctionNamespace(java.lang.String namespaceName, ManagedFunctionSource managedFunctionSource, PropertyList properties)
Adds aSectionFunctionNamespace
. -
Uses of ClassSectionFunctionNamespace in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return ClassSectionFunctionNamespace Modifier and Type Method Description ClassSectionFunctionNamespace
ClassSectionLoader. addManagedFunctions(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties, FunctionDecoration functionDecoration)
Loads theSectionFunction
instances.ClassSectionFunctionNamespace
ClassSectionLoader. addManagedFunctions(java.lang.String namespaceName, ManagedFunctionSource managedFunctionSource, PropertyList properties, FunctionDecoration functionDecoration)
Loads theSectionFunction
instances.
-