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 class
ManagedObjectNodeImpl
ManagedObjectNode
implementation.class
SectionObjectNodeImpl
SectionObjectNode
implementation.Methods in net.officefloor.compile.impl.structure with parameters of type SectionDependencyObjectNode Modifier and Type Method Description void
SectionNodeImpl. 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 interface
ManagedObjectNode
Node representing an instance use of aManagedObject
.interface
SectionObjectNode
SectionObject
node. -
Uses of SectionDependencyObjectNode in net.officefloor.compile.spi.section
Subinterfaces of SectionDependencyObjectNode in net.officefloor.compile.spi.section Modifier and Type Interface Description interface
SectionManagedObject
ManagedObject
within theSectionNode
.interface
SectionObject
Object required by theSectionNode
.Methods in net.officefloor.compile.spi.section with parameters of type SectionDependencyObjectNode Modifier and Type Method Description void
SectionDesigner. link(SectionDependencyRequireNode dependencyRequireNode, SectionDependencyObjectNode dependencyObjectNode)
Links theSectionDependencyRequireNode
to 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 SectionDependencyObjectNode
ClassSectionLoader. 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 SectionDependencyObjectNode
ClassSectionObjectManufacturer. 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 SectionDependencyObjectNode
ManagedObjectSectionClassObjectManufacturer. createObject(ClassSectionObjectManufacturerContext context)
SectionDependencyObjectNode
VariableSectionClassObjectManufacturer. 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 void
TransformSectionDesigner. 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 SectionDependencyObjectNode
WebTemplateExtensionContext. getDependency(java.lang.String qualifier, java.lang.String typeName)
Obtains or creates theSectionObject
for the type name.
-