Uses of Interface
net.officefloor.compile.spi.section.source.SectionSourceContext
-
-
Uses of SectionSourceContext in net.officefloor.activity
Methods in net.officefloor.activity that return SectionSourceContext Modifier and Type Method Description SectionSourceContextActivityContext. getSectionSourceContext()Obtains theSectionSourceContext.Methods in net.officefloor.activity with parameters of type SectionSourceContext Modifier and Type Method Description voidActivitySectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.activity.impl.procedure
Constructors in net.officefloor.activity.impl.procedure with parameters of type SectionSourceContext Constructor Description ProcedureLoaderImpl(SectionDesigner designer, SectionSourceContext context)Instantiate. -
Uses of SectionSourceContext in net.officefloor.activity.procedure.build
Methods in net.officefloor.activity.procedure.build with parameters of type SectionSourceContext Modifier and Type Method Description static ProcedureArchitect<SubSection>ProcedureEmployer. employProcedureDesigner(SectionDesigner sectionDesigner, SectionSourceContext sectionSourceContext)Employs theProcedureArchitect.static ProcedureLoaderProcedureEmployer. employProcedureLoader(SectionDesigner designer, SectionSourceContext context)Creates theProcedureLoader. -
Uses of SectionSourceContext in net.officefloor.activity.procedure.section
Methods in net.officefloor.activity.procedure.section with parameters of type SectionSourceContext Modifier and Type Method Description voidProcedureSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.compile.impl.section
Classes in net.officefloor.compile.impl.section that implement SectionSourceContext Modifier and Type Class Description classSectionSourceContextImplSectionSourceContextimplementation. -
Uses of SectionSourceContext in net.officefloor.compile.spi.section.source
Methods in net.officefloor.compile.spi.section.source with parameters of type SectionSourceContext Modifier and Type Method Description voidSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)Sources theOfficeSectionby constructing it via the inputSectionDesigner. -
Uses of SectionSourceContext in net.officefloor.compile.test.officefloor
Methods in net.officefloor.compile.test.officefloor that return SectionSourceContext Modifier and Type Method Description SectionSourceContextCompileSectionContext. getSectionSourceContext()Obtains theSectionSourceContext. -
Uses of SectionSourceContext in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type SectionSourceContext Modifier and Type Method Description voidSectionModelSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.plugin.section.clazz
Methods in net.officefloor.plugin.section.clazz with parameters of type SectionSourceContext Modifier and Type Method Description static ClassSectionFunctionNamespaceClassSectionSource. loadClassFunctions(java.lang.Class<?> sectionClass, SectionManagedObject sectionManagedObject, boolean isProvideInputs, ClassSectionLoader loader, SectionSourceContext context)Loads theClassSectionFunctioninstances.voidClassSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.plugin.section.clazz.flow
Methods in net.officefloor.plugin.section.clazz.flow that return SectionSourceContext Modifier and Type Method Description SectionSourceContextClassSectionFlowContext. getSourceContext()Obtains theSectionSourceContext. -
Uses of SectionSourceContext in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return SectionSourceContext Modifier and Type Method Description SectionSourceContextClassSectionLoader. getSectionSourceContext()SectionSourceContextClassSectionLoaderContext. getSectionSourceContext()Obtains theSectionSourceContext.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type SectionSourceContext Constructor Description ClassSectionLoader(SectionDesigner designer, SectionSourceContext sectionContext)Instantiate. -
Uses of SectionSourceContext in net.officefloor.plugin.section.clazz.object
Methods in net.officefloor.plugin.section.clazz.object that return SectionSourceContext Modifier and Type Method Description SectionSourceContextClassSectionObjectContext. getSourceContext()Obtains theSectionSourceContext. -
Uses of SectionSourceContext in net.officefloor.plugin.section.clazz.spawn
Methods in net.officefloor.plugin.section.clazz.spawn that return SectionSourceContext Modifier and Type Method Description SectionSourceContextClassSectionFlowSpawnInterrogatorContext. getSourceContext()Obtains theSectionSourceContext. -
Uses of SectionSourceContext in net.officefloor.plugin.section.managedfunction
Methods in net.officefloor.plugin.section.managedfunction with parameters of type SectionSourceContext Modifier and Type Method Description voidManagedFunctionSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.plugin.section.transform
Methods in net.officefloor.plugin.section.transform that return SectionSourceContext Modifier and Type Method Description protected SectionSourceContextTransformSectionSource. getContext()Obtains theSectionSourceContext.Methods in net.officefloor.plugin.section.transform with parameters of type SectionSourceContext Modifier and Type Method Description voidTransformSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.servlet.chain
Methods in net.officefloor.servlet.chain with parameters of type SectionSourceContext Modifier and Type Method Description voidServletSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.spring.webflux
Methods in net.officefloor.spring.webflux with parameters of type SectionSourceContext Modifier and Type Method Description voidWebFluxSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.spring.webmvc
Methods in net.officefloor.spring.webmvc with parameters of type SectionSourceContext Modifier and Type Method Description voidWebMvcSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.web
Methods in net.officefloor.web with parameters of type SectionSourceContext Modifier and Type Method Description voidHttpRouteSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt with parameters of type SectionSourceContext Modifier and Type Method Description voidDefaultJwtChallengeSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.web.jwt.authority.combined
Methods in net.officefloor.web.jwt.authority.combined with parameters of type SectionSourceContext Modifier and Type Method Description voidCombinedServerRetrieveValidateKeysSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.web.jwt.authority.jwks
Methods in net.officefloor.web.jwt.authority.jwks with parameters of type SectionSourceContext Modifier and Type Method Description voidJwksPublishSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.web.jwt.jwks
Methods in net.officefloor.web.jwt.jwks with parameters of type SectionSourceContext Modifier and Type Method Description voidJwksSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.web.openapi.section
Methods in net.officefloor.web.openapi.section with parameters of type SectionSourceContext Modifier and Type Method Description voidOpenApiSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl with parameters of type SectionSourceContext Modifier and Type Method Description voidHandleAuthenticationRequiredSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)voidHttpSecuritySectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context) -
Uses of SectionSourceContext in net.officefloor.web.template.extension
Methods in net.officefloor.web.template.extension that return SectionSourceContext Modifier and Type Method Description SectionSourceContextWebTemplateExtensionContext. getSectionSourceContext()Obtains theSectionSourceContextfor theWebTemplateto be extended. -
Uses of SectionSourceContext in net.officefloor.web.template.section
Methods in net.officefloor.web.template.section with parameters of type SectionSourceContext Modifier and Type Method Description voidWebTemplateSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-