Uses of Interface
net.officefloor.compile.spi.section.SectionDependencyObjectNode
Packages that use SectionDependencyObjectNode
Package
Description
-
Uses of SectionDependencyObjectNode in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionDependencyObjectNodeModifier and TypeClassDescriptionclassManagedObjectNodeimplementation.classSectionObjectNodeimplementation.Methods in net.officefloor.compile.impl.structure with parameters of type SectionDependencyObjectNodeModifier and TypeMethodDescriptionvoidSectionNodeImpl.link(SectionDependencyRequireNode dependencyRequireNode, SectionDependencyObjectNode dependencyObjectNode) -
Uses of SectionDependencyObjectNode in net.officefloor.compile.internal.structure
Subinterfaces of SectionDependencyObjectNode in net.officefloor.compile.internal.structureModifier and TypeInterfaceDescriptioninterfaceNode representing an instance use of aManagedObject.interfaceSectionObjectnode. -
Uses of SectionDependencyObjectNode in net.officefloor.compile.spi.section
Subinterfaces of SectionDependencyObjectNode in net.officefloor.compile.spi.sectionModifier and TypeInterfaceDescriptioninterfaceManagedObjectwithin theSectionNode.interfaceObject required by theSectionNode.Methods in net.officefloor.compile.spi.section with parameters of type SectionDependencyObjectNodeModifier and TypeMethodDescriptionvoidSectionDesigner.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 SectionDependencyObjectNodeModifier and TypeMethodDescriptionClassSectionLoader.getDependency(String qualifier, String typeName) Obtains theSectionDependencyObjectNode. -
Uses of SectionDependencyObjectNode in net.officefloor.plugin.section.clazz.object
Methods in net.officefloor.plugin.section.clazz.object that return SectionDependencyObjectNodeModifier and TypeMethodDescriptionClassSectionObjectManufacturer.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 SectionDependencyObjectNodeModifier and TypeMethodDescriptionManagedObjectSectionClassObjectManufacturer.createObject(ClassSectionObjectManufacturerContext context) VariableSectionClassObjectManufacturer.createObject(ClassSectionObjectManufacturerContext context) -
Uses of SectionDependencyObjectNode in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform with parameters of type SectionDependencyObjectNodeModifier and TypeMethodDescriptionvoidTransformSectionDesigner.link(SectionDependencyRequireNode sectionRequireNode, SectionDependencyObjectNode sectionObjectNode) -
Uses of SectionDependencyObjectNode in net.officefloor.web.template.extension
Methods in net.officefloor.web.template.extension that return SectionDependencyObjectNodeModifier and TypeMethodDescriptionWebTemplateExtensionContext.getDependency(String qualifier, String typeName) Obtains or creates theSectionObjectfor the type name.