Uses of Interface
net.officefloor.compile.spi.section.SectionFunctionNamespace
Packages that use SectionFunctionNamespace
Package
Description
-
Uses of SectionFunctionNamespace in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionFunctionNamespaceMethods in net.officefloor.compile.impl.structure that return SectionFunctionNamespaceModifier and TypeMethodDescriptionSectionNodeImpl.addSectionFunctionNamespace(String namespaceName, String managedFunctionSourceClassName) SectionNodeImpl.addSectionFunctionNamespace(String namespaceName, ManagedFunctionSource managedFunctionSource) -
Uses of SectionFunctionNamespace in net.officefloor.compile.internal.structure
Subinterfaces of SectionFunctionNamespace in net.officefloor.compile.internal.structure -
Uses of SectionFunctionNamespace in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionFunctionNamespaceModifier and TypeMethodDescriptionSectionDesigner.addSectionFunctionNamespace(String functionNamespaceName, String managedFunctionSourceClassName) Adds aSectionFunctionNamespaceto theSectionNodebeing built.SectionDesigner.addSectionFunctionNamespace(String functionNamespaceName, ManagedFunctionSource managedFunctionSource) Adds aSectionFunctionNamespaceto theSectionNodebeing built. -
Uses of SectionFunctionNamespace in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return SectionFunctionNamespaceModifier and TypeMethodDescriptionClassSectionFunctionNamespace.getFunctionNamespace()Obtains theSectionFunctionNamespace.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type SectionFunctionNamespaceModifierConstructorDescriptionClassSectionFunctionNamespace(SectionFunctionNamespace namespace, FunctionNamespaceType namespaceType) Instantiate. -
Uses of SectionFunctionNamespace in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform that return SectionFunctionNamespaceModifier and TypeMethodDescriptionTransformSectionDesigner.addSectionFunctionNamespace(String namespaceName, String managedFunctionSourceClassName) TransformSectionDesigner.addSectionFunctionNamespace(String namespaceName, ManagedFunctionSource managedFunctionSource)