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 ClassSectionFunctionNamespaceClassSectionSource. loadClassFunctions(java.lang.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 ClassSectionFunctionNamespace Modifier and Type Method Description ClassSectionFunctionNamespaceClassSectionFlowContext. addFunctionNamespace(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties)Adds aSectionFunctionNamespace.ClassSectionFunctionNamespaceClassSectionFlowContext. 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 ClassSectionFunctionNamespaceClassSectionLoader. addManagedFunctions(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName, PropertyList properties, FunctionDecoration functionDecoration)Loads theSectionFunctioninstances.ClassSectionFunctionNamespaceClassSectionLoader. addManagedFunctions(java.lang.String namespaceName, ManagedFunctionSource managedFunctionSource, PropertyList properties, FunctionDecoration functionDecoration)Loads theSectionFunctioninstances.
-