Uses of Class
net.officefloor.plugin.section.clazz.loader.ClassSectionFunctionNamespace
Packages that use ClassSectionFunctionNamespace
Package
Description
-
Uses of ClassSectionFunctionNamespace in net.officefloor.plugin.section.clazz
Methods in net.officefloor.plugin.section.clazz that return ClassSectionFunctionNamespaceModifier and TypeMethodDescriptionClassSectionSource.loadClassFunctions(Class<?> sectionClass, SectionManagedObject sectionManagedObject, boolean isProvideInputs, ClassSectionLoader loader, SectionSourceContext context) Loads theClassSectionFunctioninstances. -
Uses of ClassSectionFunctionNamespace in net.officefloor.plugin.section.clazz.flow
Methods in net.officefloor.plugin.section.clazz.flow that return ClassSectionFunctionNamespaceModifier and TypeMethodDescriptionClassSectionFlowContext.addFunctionNamespace(String namespaceName, String managedFunctionSourceClassName, PropertyList properties) Adds aSectionFunctionNamespace.ClassSectionFlowContext.addFunctionNamespace(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 ClassSectionFunctionNamespaceModifier and TypeMethodDescriptionClassSectionLoader.addManagedFunctions(String namespaceName, String managedFunctionSourceClassName, PropertyList properties, FunctionDecoration functionDecoration) Loads theSectionFunctioninstances.ClassSectionLoader.addManagedFunctions(String namespaceName, ManagedFunctionSource managedFunctionSource, PropertyList properties, FunctionDecoration functionDecoration) Loads theSectionFunctioninstances.