Uses of Interface
net.officefloor.compile.spi.section.SectionDependencyObjectNode
-
-
Uses of SectionDependencyObjectNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionDependencyObjectNode Modifier and Type Class Description classManagedObjectNodeImplManagedObjectNodeimplementation.classSectionObjectNodeImplSectionObjectNodeimplementation.Methods in net.officefloor.compile.impl.structure with parameters of type SectionDependencyObjectNode Modifier and Type Method Description voidSectionNodeImpl. link(SectionDependencyRequireNode dependencyRequireNode, SectionDependencyObjectNode dependencyObjectNode) -
Uses of SectionDependencyObjectNode in net.officefloor.compile.internal.structure
Subinterfaces of SectionDependencyObjectNode in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceManagedObjectNodeNode representing an instance use of aManagedObject.interfaceSectionObjectNodeSectionObjectnode. -
Uses of SectionDependencyObjectNode in net.officefloor.compile.spi.section
Subinterfaces of SectionDependencyObjectNode in net.officefloor.compile.spi.section Modifier and Type Interface Description interfaceSectionManagedObjectManagedObjectwithin theSectionNode.interfaceSectionObjectObject required by theSectionNode.Methods in net.officefloor.compile.spi.section with parameters of type SectionDependencyObjectNode Modifier and Type Method Description voidSectionDesigner. link(SectionDependencyRequireNode dependencyRequireNode, SectionDependencyObjectNode dependencyObjectNode)Links theSectionDependencyRequireNodeto be fulfilled by theSectionDependencyObjectNode. -
Uses of SectionDependencyObjectNode in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return SectionDependencyObjectNode Modifier and Type Method Description SectionDependencyObjectNodeClassSectionLoader. getDependency(java.lang.String qualifier, java.lang.String typeName)Obtains theSectionDependencyObjectNode. -
Uses of SectionDependencyObjectNode in net.officefloor.plugin.section.clazz.object
Methods in net.officefloor.plugin.section.clazz.object that return SectionDependencyObjectNode Modifier and Type Method Description SectionDependencyObjectNodeClassSectionObjectManufacturer. createObject(ClassSectionObjectManufacturerContext context)Creates theSectionDependencyObjectNode. -
Uses of SectionDependencyObjectNode in net.officefloor.plugin.section.clazz.object.impl
Methods in net.officefloor.plugin.section.clazz.object.impl that return SectionDependencyObjectNode Modifier and Type Method Description SectionDependencyObjectNodeManagedObjectSectionClassObjectManufacturer. createObject(ClassSectionObjectManufacturerContext context)SectionDependencyObjectNodeVariableSectionClassObjectManufacturer. createObject(ClassSectionObjectManufacturerContext context) -
Uses of SectionDependencyObjectNode in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type SectionDependencyObjectNode Modifier and Type Method Description voidTransformSectionDesigner. link(SectionDependencyRequireNode sectionRequireNode, SectionDependencyObjectNode sectionObjectNode) -
Uses of SectionDependencyObjectNode in net.officefloor.web.template.extension
Methods in net.officefloor.web.template.extension that return SectionDependencyObjectNode Modifier and Type Method Description SectionDependencyObjectNodeWebTemplateExtensionContext. getDependency(java.lang.String qualifier, java.lang.String typeName)Obtains or creates theSectionObjectfor the type name.
-