Uses of Interface
net.officefloor.compile.spi.section.SectionFunctionNamespace
-
-
Uses of SectionFunctionNamespace in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionFunctionNamespace Modifier and Type Class Description classFunctionNamespaceNodeImplFunctionNamespaceNodeimplementation.Methods in net.officefloor.compile.impl.structure that return SectionFunctionNamespace Modifier and Type Method Description SectionFunctionNamespaceSectionNodeImpl. addSectionFunctionNamespace(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName)SectionFunctionNamespaceSectionNodeImpl. addSectionFunctionNamespace(java.lang.String namespaceName, ManagedFunctionSource managedFunctionSource) -
Uses of SectionFunctionNamespace in net.officefloor.compile.internal.structure
Subinterfaces of SectionFunctionNamespace in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceFunctionNamespaceNodeSectionFunctionNamespacenode. -
Uses of SectionFunctionNamespace in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionFunctionNamespace Modifier and Type Method Description SectionFunctionNamespaceSectionDesigner. addSectionFunctionNamespace(java.lang.String functionNamespaceName, java.lang.String managedFunctionSourceClassName)Adds aSectionFunctionNamespaceto theSectionNodebeing built.SectionFunctionNamespaceSectionDesigner. addSectionFunctionNamespace(java.lang.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 SectionFunctionNamespace Modifier and Type Method Description SectionFunctionNamespaceClassSectionFunctionNamespace. getFunctionNamespace()Obtains theSectionFunctionNamespace.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type SectionFunctionNamespace Constructor Description ClassSectionFunctionNamespace(SectionFunctionNamespace namespace, FunctionNamespaceType namespaceType)Instantiate. -
Uses of SectionFunctionNamespace in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform that return SectionFunctionNamespace Modifier and Type Method Description SectionFunctionNamespaceTransformSectionDesigner. addSectionFunctionNamespace(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName)SectionFunctionNamespaceTransformSectionDesigner. addSectionFunctionNamespace(java.lang.String namespaceName, ManagedFunctionSource managedFunctionSource)
-