Uses of Interface
net.officefloor.compile.spi.office.OfficeSection
-
-
Uses of OfficeSection in net.officefloor.activity.procedure.build
Methods in net.officefloor.activity.procedure.build that return types with arguments of type OfficeSection Modifier and Type Method Description static ProcedureArchitect<OfficeSection>ProcedureEmployer. employProcedureArchitect(OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext)Employs theProcedureArchitect. -
Uses of OfficeSection in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement OfficeSection Modifier and Type Class Description classSectionNodeImplSectionNodeimplementation.Methods in net.officefloor.compile.impl.structure that return OfficeSection Modifier and Type Method Description OfficeSectionOfficeNodeImpl. addOfficeSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation)OfficeSectionOfficeNodeImpl. addOfficeSection(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation)OfficeSectionOfficeNodeImpl. getOfficeSection(java.lang.String sectionName)OfficeSectionSectionInputNodeImpl. getOfficeSection()OfficeSectionSectionObjectNodeImpl. getOfficeSection()OfficeSectionSectionOutputNodeImpl. getOfficeSection()Methods in net.officefloor.compile.impl.structure with parameters of type OfficeSection Modifier and Type Method Description voidSectionNodeImpl. setSuperOfficeSection(OfficeSection superSection) -
Uses of OfficeSection in net.officefloor.compile.internal.structure
Subinterfaces of OfficeSection in net.officefloor.compile.internal.structure Modifier and Type Interface Description interfaceSectionNodeNode within the hierarchy ofOfficeSectioninstances. -
Uses of OfficeSection in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office that return OfficeSection Modifier and Type Method Description OfficeSectionOfficeArchitect. addOfficeSection(java.lang.String sectionName, java.lang.String sectionSourceClassName, java.lang.String sectionLocation)Adds anOfficeSection.OfficeSectionOfficeArchitect. addOfficeSection(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation)Adds anOfficeSection.OfficeSectionOfficeArchitect. getOfficeSection(java.lang.String sectionName)Obtains theOfficeSection.OfficeSectionOfficeSectionInput. getOfficeSection()Obtains theOfficeSectioncontaining thisOfficeSectionInput.OfficeSectionOfficeSectionObject. getOfficeSection()Obtains theOfficeSectioncontaining thisOfficeSectionOutput.OfficeSectionOfficeSectionOutput. getOfficeSection()Obtains theOfficeSectioncontaining thisOfficeSectionOutput.Methods in net.officefloor.compile.spi.office with parameters of type OfficeSection Modifier and Type Method Description voidOfficeSection. setSuperOfficeSection(OfficeSection superSection)Specifies anOfficeSectionthat thisOfficeSectionwill inherit its links from. -
Uses of OfficeSection in net.officefloor.compile.test.officefloor
Methods in net.officefloor.compile.test.officefloor that return OfficeSection Modifier and Type Method Description OfficeSectionCompileOfficeContext. addSection(java.lang.String sectionName, java.lang.Class<?> sectionClass)Adds anOfficeSectionforClassSectionSource.OfficeSectionCompileOfficeContext. getOfficeSection()Obtains theOfficeSection.OfficeSectionCompileOfficeContext. overrideSection(java.lang.Class<? extends SectionSource> sectionSourceClass, java.lang.String sectionLocation)Overrides the defaultOfficeSection. -
Uses of OfficeSection in net.officefloor.polyglot.test
Methods in net.officefloor.polyglot.test that return OfficeSection Modifier and Type Method Description protected OfficeSectionAbstractPolyglotProcedureTest. addProcedure(java.lang.String resourceName, java.lang.Class<? extends ProcedureSourceServiceFactory> serviceFactory, java.lang.String procedureName, boolean isNext, PropertyList properties, CompileOfficeContext context)Convenience method to add aProcedure. -
Uses of OfficeSection in net.officefloor.web.compile
Methods in net.officefloor.web.compile that return OfficeSection Modifier and Type Method Description OfficeSectionCompileWebContextImpl. addSection(java.lang.String sectionName, java.lang.Class<?> sectionClass)OfficeSectionCompileWebContextImpl. getOfficeSection()OfficeSectionCompileWebContextImpl. overrideSection(java.lang.Class<? extends SectionSource> sectionSourceClass, java.lang.String sectionLocation) -
Uses of OfficeSection in net.officefloor.woof
Methods in net.officefloor.woof that return types with arguments of type OfficeSection Modifier and Type Method Description ProcedureArchitect<OfficeSection>WoofContext. getProcedureArchitect()Obtains theProcedureArchitect.
-