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 class
FunctionNamespaceNodeImpl
FunctionNamespaceNode
implementation.Methods in net.officefloor.compile.impl.structure that return SectionFunctionNamespace Modifier and Type Method Description SectionFunctionNamespace
SectionNodeImpl. addSectionFunctionNamespace(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName)
SectionFunctionNamespace
SectionNodeImpl. 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 interface
FunctionNamespaceNode
SectionFunctionNamespace
node. -
Uses of SectionFunctionNamespace in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section that return SectionFunctionNamespace Modifier and Type Method Description SectionFunctionNamespace
SectionDesigner. addSectionFunctionNamespace(java.lang.String functionNamespaceName, java.lang.String managedFunctionSourceClassName)
Adds aSectionFunctionNamespace
to theSectionNode
being built.SectionFunctionNamespace
SectionDesigner. addSectionFunctionNamespace(java.lang.String functionNamespaceName, ManagedFunctionSource managedFunctionSource)
Adds aSectionFunctionNamespace
to theSectionNode
being 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 SectionFunctionNamespace
ClassSectionFunctionNamespace. 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 SectionFunctionNamespace
TransformSectionDesigner. addSectionFunctionNamespace(java.lang.String namespaceName, java.lang.String managedFunctionSourceClassName)
SectionFunctionNamespace
TransformSectionDesigner. addSectionFunctionNamespace(java.lang.String namespaceName, ManagedFunctionSource managedFunctionSource)
-