Uses of Interface
net.officefloor.compile.spi.section.SectionDesigner
-
-
Uses of SectionDesigner in net.officefloor.activity
Methods in net.officefloor.activity that return SectionDesigner Modifier and Type Method Description SectionDesigner
ActivityContext. getSectionDesigner()
Obtains theSectionDesigner
.Methods in net.officefloor.activity with parameters of type SectionDesigner Modifier and Type Method Description void
ActivitySectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.activity.impl.procedure
Constructors in net.officefloor.activity.impl.procedure with parameters of type SectionDesigner Constructor Description ProcedureLoaderImpl(SectionDesigner designer, SectionSourceContext context)
Instantiate. -
Uses of SectionDesigner in net.officefloor.activity.procedure.build
Methods in net.officefloor.activity.procedure.build with parameters of type SectionDesigner Modifier and Type Method Description static ProcedureArchitect<SubSection>
ProcedureEmployer. employProcedureDesigner(SectionDesigner sectionDesigner, SectionSourceContext sectionSourceContext)
Employs theProcedureArchitect
.static ProcedureLoader
ProcedureEmployer. employProcedureLoader(SectionDesigner designer, SectionSourceContext context)
Creates theProcedureLoader
. -
Uses of SectionDesigner in net.officefloor.activity.procedure.section
Methods in net.officefloor.activity.procedure.section with parameters of type SectionDesigner Modifier and Type Method Description void
ProcedureSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement SectionDesigner Modifier and Type Class Description class
SectionNodeImpl
SectionNode
implementation. -
Uses of SectionDesigner in net.officefloor.compile.internal.structure
Subinterfaces of SectionDesigner in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
SectionNode
Node within the hierarchy ofOfficeSection
instances. -
Uses of SectionDesigner in net.officefloor.compile.spi.section.source
Methods in net.officefloor.compile.spi.section.source with parameters of type SectionDesigner Modifier and Type Method Description void
SectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
Sources theOfficeSection
by constructing it via the inputSectionDesigner
. -
Uses of SectionDesigner in net.officefloor.compile.test.officefloor
Methods in net.officefloor.compile.test.officefloor that return SectionDesigner Modifier and Type Method Description SectionDesigner
CompileSectionContext. getSectionDesigner()
Obtains theSectionDesigner
. -
Uses of SectionDesigner in net.officefloor.compile.test.section
Methods in net.officefloor.compile.test.section that return SectionDesigner Modifier and Type Method Description static SectionDesigner
SectionLoaderUtil. createSectionDesigner()
SectionDesigner
SectionTypeBuilder. getSectionDesigner()
Obtains the underlyingSectionDesigner
.Methods in net.officefloor.compile.test.section with parameters of type SectionDesigner Modifier and Type Method Description static SectionType
SectionLoaderUtil. buildSectionType(SectionDesigner designer)
Builds theSectionType
for theSectionDesigner
.static <S extends SectionSource>
voidSectionLoaderUtil. validateOfficeSection(SectionDesigner designer, java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, java.lang.String... propertyNameValuePairs)
Convenience method that validates the loadedOfficeSection
against expectedOfficeSection
from theSectionDesigner
.static <S extends SectionSource>
voidSectionLoaderUtil. validateSection(SectionDesigner designer, java.lang.Class<S> sectionSourceClass, java.lang.Class<?> offsetClass, java.lang.String resourceName, java.lang.String... propertyNameValuePairs)
Facade method to validate theSectionType
andOfficeSection
.static <S extends SectionSource>
voidSectionLoaderUtil. validateSection(SectionDesigner designer, java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, java.lang.String... propertyNameValuePairs)
Convenience method that validates both the loadedSectionType
andOfficeSection
against expectedSectionType
/OfficeSection
from theSectionDesigner
.static <S extends SectionSource>
voidSectionLoaderUtil. validateSectionType(SectionDesigner designer, java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, java.lang.String... propertyNameValuePairs)
Convenience method that validates the loadedSectionType
against expectedSectionType
from theSectionDesigner
.static void
SectionLoaderUtil. validateSectionType(SectionDesigner designer, SectionType actualSection)
Validates theSectionType
.static void
SectionLoaderUtil. validateSectionType(SectionDesigner designer, SectionSource sectionSource, java.lang.String sectionLocation, java.lang.String... propertyNameValuePairs)
Convenience method that validates the loadedSectionType
against expectedSectionType
from theSectionDesigner
. -
Uses of SectionDesigner in net.officefloor.model.impl.section
Methods in net.officefloor.model.impl.section with parameters of type SectionDesigner Modifier and Type Method Description void
SectionModelSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.plugin.managedobject.singleton
Methods in net.officefloor.plugin.managedobject.singleton with parameters of type SectionDesigner Modifier and Type Method Description static SectionManagedObject
Singleton. load(SectionDesigner designer, java.lang.Object singleton)
Convenience method to load singletonObject
.static SectionManagedObject
Singleton. load(SectionDesigner designer, java.lang.String managedObjectName, java.lang.Object singleton)
Convenience method to load singletonObject
. -
Uses of SectionDesigner in net.officefloor.plugin.section.clazz
Methods in net.officefloor.plugin.section.clazz with parameters of type SectionDesigner Modifier and Type Method Description void
ClassSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.plugin.section.clazz.loader
Methods in net.officefloor.plugin.section.clazz.loader that return SectionDesigner Modifier and Type Method Description SectionDesigner
ClassSectionLoader. getSectionDesigner()
SectionDesigner
ClassSectionLoaderContext. getSectionDesigner()
Obtains theSectionDesigner
.Constructors in net.officefloor.plugin.section.clazz.loader with parameters of type SectionDesigner Constructor Description ClassSectionLoader(SectionDesigner designer, SectionSourceContext sectionContext)
Instantiate. -
Uses of SectionDesigner in net.officefloor.plugin.section.managedfunction
Methods in net.officefloor.plugin.section.managedfunction with parameters of type SectionDesigner Modifier and Type Method Description void
ManagedFunctionSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.plugin.section.transform
Classes in net.officefloor.plugin.section.transform that implement SectionDesigner Modifier and Type Class Description class
TransformSectionDesigner
SectionDesigner
to intercept configuration to provide access to theSectionSource
configured items.Methods in net.officefloor.plugin.section.transform with parameters of type SectionDesigner Modifier and Type Method Description void
TransformSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
Constructors in net.officefloor.plugin.section.transform with parameters of type SectionDesigner Constructor Description TransformSectionDesigner(SectionDesigner delegate)
Initiate. -
Uses of SectionDesigner in net.officefloor.servlet.chain
Methods in net.officefloor.servlet.chain with parameters of type SectionDesigner Modifier and Type Method Description void
ServletSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.spring.webflux
Methods in net.officefloor.spring.webflux with parameters of type SectionDesigner Modifier and Type Method Description void
WebFluxSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.spring.webmvc
Methods in net.officefloor.spring.webmvc with parameters of type SectionDesigner Modifier and Type Method Description void
WebMvcSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.web
Methods in net.officefloor.web with parameters of type SectionDesigner Modifier and Type Method Description void
HttpRouteSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.web.jwt
Methods in net.officefloor.web.jwt with parameters of type SectionDesigner Modifier and Type Method Description void
DefaultJwtChallengeSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.web.jwt.authority.combined
Methods in net.officefloor.web.jwt.authority.combined with parameters of type SectionDesigner Modifier and Type Method Description void
CombinedServerRetrieveValidateKeysSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.web.jwt.authority.jwks
Methods in net.officefloor.web.jwt.authority.jwks with parameters of type SectionDesigner Modifier and Type Method Description void
JwksPublishSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.web.jwt.jwks
Methods in net.officefloor.web.jwt.jwks with parameters of type SectionDesigner Modifier and Type Method Description void
JwksSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.web.openapi.section
Methods in net.officefloor.web.openapi.section with parameters of type SectionDesigner Modifier and Type Method Description void
OpenApiSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.web.security.build.section
Methods in net.officefloor.web.security.build.section with parameters of type SectionDesigner Modifier and Type Method Description SectionFlowSinkNode
HttpFlowSecurer. secureFlow(SectionDesigner designer, java.lang.Class<?> argumentType, SectionFlowSinkNode secureFlowSink, SectionFlowSinkNode insecureFlowSink)
Creates aSectionFlowSinkNode
to either a secure / insecureSectionFlowSinkNode
. -
Uses of SectionDesigner in net.officefloor.web.security.impl
Methods in net.officefloor.web.security.impl with parameters of type SectionDesigner Modifier and Type Method Description void
HandleAuthenticationRequiredSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
void
HttpSecuritySectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.web.template.extension
Methods in net.officefloor.web.template.extension that return SectionDesigner Modifier and Type Method Description SectionDesigner
WebTemplateExtensionContext. getSectionDesigner()
Obtains theSectionDesigner
for theWebTemplate
being extended. -
Uses of SectionDesigner in net.officefloor.web.template.section
Methods in net.officefloor.web.template.section with parameters of type SectionDesigner Modifier and Type Method Description void
WebTemplateSectionSource. sourceSection(SectionDesigner designer, SectionSourceContext context)
-
Uses of SectionDesigner in net.officefloor.web.template.type
Methods in net.officefloor.web.template.type that return SectionDesigner Modifier and Type Method Description static SectionDesigner
WebTemplateLoaderUtil. createSectionDesigner()
Creates theSectionDesigner
to create the expected type.Methods in net.officefloor.web.template.type with parameters of type SectionDesigner Modifier and Type Method Description static void
WebTemplateLoaderUtil. validateWebTemplateType(SectionDesigner designer, WebTemplateType actualType)
Validates theWebTemplateType
.
-