Uses of Interface
net.officefloor.compile.spi.section.source.SectionSource
-
-
Uses of SectionSource in net.officefloor.activity
Classes in net.officefloor.activity that implement SectionSource Modifier and Type Class Description class
ActivitySectionSource
SectionSource
to load theActivityModel
. -
Uses of SectionSource in net.officefloor.activity.procedure.section
Classes in net.officefloor.activity.procedure.section that implement SectionSource Modifier and Type Class Description class
ProcedureSectionSource
SectionSource
forProcedure
. -
Uses of SectionSource in net.officefloor.compile
Classes in net.officefloor.compile with type parameters of type SectionSource Modifier and Type Interface Description interface
SectionSourceService<S extends SectionSource>
Service to plug-in anSectionSource
Class
alias by including the extensionSectionSource
jar on the class path.Methods in net.officefloor.compile with type parameters of type SectionSource Modifier and Type Method Description abstract <S extends SectionSource>
voidOfficeFloorCompiler. addSectionSourceAlias(java.lang.String alias, java.lang.Class<S> sectionSourceClass)
Allows providing an alias name for aSectionSource
. -
Uses of SectionSource in net.officefloor.compile.impl
Methods in net.officefloor.compile.impl with type parameters of type SectionSource Modifier and Type Method Description <S extends SectionSource>
voidOfficeFloorCompilerImpl. addSectionSourceAlias(java.lang.String alias, java.lang.Class<S> sectionSourceClass)
<S extends SectionSource>
java.lang.Class<S>OfficeFloorCompilerImpl. getSectionSourceClass(java.lang.String sectionSourceName, SectionNode node)
-
Uses of SectionSource in net.officefloor.compile.impl.adapt
Methods in net.officefloor.compile.impl.adapt with type parameters of type SectionSource Modifier and Type Method Description <S extends SectionSource>
voidOfficeFloorCompilerAdapter. addSectionSourceAlias(java.lang.String alias, java.lang.Class<S> sectionSourceClass)
-
Uses of SectionSource in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office with parameters of type SectionSource Modifier and Type Method Description OfficeSectionType
OfficeSourceContextImpl. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList properties)
-
Uses of SectionSource in net.officefloor.compile.impl.section
Methods in net.officefloor.compile.impl.section with type parameters of type SectionSource Modifier and Type Method Description <S extends SectionSource>
OfficeSectionTypeSectionLoaderImpl. loadOfficeSectionType(java.lang.String sectionName, java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, PropertyList propertyList)
<S extends SectionSource>
SectionTypeSectionLoaderImpl. loadSectionType(java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, PropertyList propertyList)
<S extends SectionSource>
PropertyListSectionLoaderImpl. loadSpecification(java.lang.Class<S> sectionSourceClass)
Methods in net.officefloor.compile.impl.section with parameters of type SectionSource Modifier and Type Method Description OfficeSectionType
SectionLoaderImpl. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)
SectionType
SectionLoaderImpl. loadSectionType(SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)
SectionType
SectionSourceContextImpl. loadSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String location, PropertyList properties)
PropertyList
SectionLoaderImpl. loadSpecification(SectionSource sectionSource)
-
Uses of SectionSource in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type SectionSource Modifier and Type Method Description OfficeSection
OfficeNodeImpl. addOfficeSection(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation)
SubSection
SectionNodeImpl. addSubSection(java.lang.String subSectionName, SectionSource sectionSource, java.lang.String location)
void
SectionNodeImpl. initialise(java.lang.String sectionSourceClassName, SectionSource sectionSource, java.lang.String sectionLocation)
void
SectionNodeImpl. setTransformedOfficeSection(SectionSource sectionSource, java.lang.String sectionLocation, PropertyList sectionProperties)
-
Uses of SectionSource in net.officefloor.compile.internal.structure
Methods in net.officefloor.compile.internal.structure with type parameters of type SectionSource Modifier and Type Method Description <S extends SectionSource>
java.lang.Class<S>NodeContext. getSectionSourceClass(java.lang.String sectionSourceClassName, SectionNode node)
Obtains theSectionSource
class.Methods in net.officefloor.compile.internal.structure with parameters of type SectionSource Modifier and Type Method Description void
SectionNode. initialise(java.lang.String sectionSourceClassName, SectionSource sectionSource, java.lang.String sectionLocation)
Initialises thisSectionNode
. -
Uses of SectionSource in net.officefloor.compile.section
Methods in net.officefloor.compile.section with type parameters of type SectionSource Modifier and Type Method Description <S extends SectionSource>
OfficeSectionTypeSectionLoader. loadOfficeSectionType(java.lang.String sectionName, java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, PropertyList propertyList)
Loads and returns theOfficeSectionType
from thisSectionSource
.<S extends SectionSource>
SectionTypeSectionLoader. loadSectionType(java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, PropertyList propertyList)
Loads and returns theSectionType
from theSectionSource
.<S extends SectionSource>
PropertyListSectionLoader. loadSpecification(java.lang.Class<S> sectionSourceClass)
Methods in net.officefloor.compile.section with parameters of type SectionSource Modifier and Type Method Description OfficeSectionType
SectionLoader. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)
Loads and returns theOfficeSectionType
from thisSectionSource
.SectionType
SectionLoader. loadSectionType(SectionSource sectionSource, java.lang.String sectionLocation, PropertyList propertyList)
Loads and returns theSectionType
from theSectionSource
.PropertyList
SectionLoader. loadSpecification(SectionSource sectionSource)
-
Uses of SectionSource in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type SectionSource Modifier and Type Method Description OfficeSection
OfficeArchitect. addOfficeSection(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation)
Adds anOfficeSection
.void
OfficeSectionTransformerContext. setTransformedOfficeSection(SectionSource sectionSource, java.lang.String sectionLocation, PropertyList sectionProperties)
Specifies the transformedOfficeSection
. -
Uses of SectionSource in net.officefloor.compile.spi.office.source
Methods in net.officefloor.compile.spi.office.source with parameters of type SectionSource Modifier and Type Method Description OfficeSectionType
OfficeSourceContext. loadOfficeSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList properties)
Loads theOfficeSectionType
. -
Uses of SectionSource in net.officefloor.compile.spi.section
Methods in net.officefloor.compile.spi.section with parameters of type SectionSource Modifier and Type Method Description SubSection
SectionDesigner. addSubSection(java.lang.String subSectionName, SectionSource sectionSource, java.lang.String location)
Adds aSubSection
to theSectionNode
being built. -
Uses of SectionSource in net.officefloor.compile.spi.section.source
Methods in net.officefloor.compile.spi.section.source with parameters of type SectionSource Modifier and Type Method Description SectionType
SectionSourceContext. loadSectionType(java.lang.String sectionName, SectionSource sectionSource, java.lang.String location, PropertyList properties)
Loads theSectionType
. -
Uses of SectionSource in net.officefloor.compile.spi.section.source.impl
Classes in net.officefloor.compile.spi.section.source.impl that implement SectionSource Modifier and Type Class Description class
AbstractSectionSource
AbstractSectionSource
. -
Uses of SectionSource in net.officefloor.compile.test.officefloor
Method parameters in net.officefloor.compile.test.officefloor with type arguments of type SectionSource Modifier and Type Method Description OfficeSection
CompileOfficeContext. overrideSection(java.lang.Class<? extends SectionSource> sectionSourceClass, java.lang.String sectionLocation)
Overrides the defaultOfficeSection
. -
Uses of SectionSource in net.officefloor.compile.test.section
Methods in net.officefloor.compile.test.section with type parameters of type SectionSource Modifier and Type Method Description static <S extends SectionSource>
OfficeSectionTypeSectionLoaderUtil. loadOfficeSectionType(java.lang.String sectionName, java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, java.lang.String... propertyNameValuePairs)
Convenience method to load theOfficeSectionType
.static <S extends SectionSource>
SectionTypeSectionLoaderUtil. loadSectionType(java.lang.Class<S> sectionSourceClass, java.lang.String sectionLocation, java.lang.String... propertyNameValuePairs)
Convenience method to load theSectionType
.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 <S extends SectionSource>
PropertyListSectionLoaderUtil. validateSpecification(java.lang.Class<S> sectionSourceClass, java.lang.String... propertyNameLabels)
Validates theSectionSourceSpecification
for theSectionSource
.Methods in net.officefloor.compile.test.section with parameters of type SectionSource Modifier and Type Method Description static SectionType
SectionLoaderUtil. loadSectionType(SectionSource sectionSource, java.lang.String sectionLocation, java.lang.String... propertyNameValuePairs)
Convenience method to load 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
.static PropertyList
SectionLoaderUtil. validateSpecification(SectionSource sectionSource, java.lang.String... propertyNameLabels)
Validates theSectionSourceSpecification
for theSectionSource
. -
Uses of SectionSource in net.officefloor.model.impl.section
Classes in net.officefloor.model.impl.section that implement SectionSource Modifier and Type Class Description class
SectionModelSectionSource
SectionSource
for aSectionModel
. -
Uses of SectionSource in net.officefloor.plugin.section.clazz
Classes in net.officefloor.plugin.section.clazz that implement SectionSource Modifier and Type Class Description class
ClassSectionSource
Class
SectionSource
.Methods in net.officefloor.plugin.section.clazz that return types with arguments of type SectionSource Modifier and Type Method Description java.lang.Class<? extends SectionSource>
source()
SectionSource
class for this section. -
Uses of SectionSource in net.officefloor.plugin.section.clazz.flow
Methods in net.officefloor.plugin.section.clazz.flow with parameters of type SectionSource Modifier and Type Method Description ClassSectionSubSection
ClassSectionFlowContext. getOrCreateSubSection(java.lang.String sectionName, SectionSource sectionSource, java.lang.String sectionLocation, PropertyList properties, ClassSectionSubSectionOutputLink... configuredLinks)
Gets or creates theSubSection
. -
Uses of SectionSource in net.officefloor.plugin.section.managedfunction
Classes in net.officefloor.plugin.section.managedfunction that implement SectionSource Modifier and Type Class Description class
ManagedFunctionSectionSource
SectionSource
implementation that wraps aManagedFunctionSource
to expose it as a section. -
Uses of SectionSource in net.officefloor.plugin.section.transform
Classes in net.officefloor.plugin.section.transform that implement SectionSource Modifier and Type Class Description class
TransformSectionSource
Enables transforming aSectionSource
.Methods in net.officefloor.plugin.section.transform with parameters of type SectionSource Modifier and Type Method Description SubSection
TransformSectionDesigner. addSubSection(java.lang.String subSectionName, SectionSource sectionSource, java.lang.String location)
-
Uses of SectionSource in net.officefloor.servlet.chain
Classes in net.officefloor.servlet.chain that implement SectionSource Modifier and Type Class Description class
ServletSectionSource
-
Uses of SectionSource in net.officefloor.spring.webflux
Classes in net.officefloor.spring.webflux that implement SectionSource Modifier and Type Class Description class
WebFluxSectionSource
SectionSource
servicingServerHttpConnection
via Web Flux. -
Uses of SectionSource in net.officefloor.spring.webmvc
Classes in net.officefloor.spring.webmvc that implement SectionSource Modifier and Type Class Description class
WebMvcSectionSource
SectionSource
servicingServerHttpConnection
via Web MVC. -
Uses of SectionSource in net.officefloor.web
Classes in net.officefloor.web that implement SectionSource Modifier and Type Class Description class
HttpRouteSectionSource
SectionSource
to handle HTTP routing. -
Uses of SectionSource in net.officefloor.web.compile
Method parameters in net.officefloor.web.compile with type arguments of type SectionSource Modifier and Type Method Description OfficeSection
CompileWebContextImpl. overrideSection(java.lang.Class<? extends SectionSource> sectionSourceClass, java.lang.String sectionLocation)
-
Uses of SectionSource in net.officefloor.web.jwt
Classes in net.officefloor.web.jwt that implement SectionSource Modifier and Type Class Description class
DefaultJwtChallengeSectionSource
Default handling of JWT challenges. -
Uses of SectionSource in net.officefloor.web.jwt.authority.combined
Classes in net.officefloor.web.jwt.authority.combined that implement SectionSource Modifier and Type Class Description class
CombinedServerRetrieveValidateKeysSectionSource
Handling of retrieving keys when theJwtAuthority
is hosted in the same server as theJwtHttpSecuritySource
. -
Uses of SectionSource in net.officefloor.web.jwt.authority.jwks
Classes in net.officefloor.web.jwt.authority.jwks that implement SectionSource Modifier and Type Class Description class
JwksPublishSectionSource
JWKS publishSectionSource
. -
Uses of SectionSource in net.officefloor.web.jwt.jwks
Classes in net.officefloor.web.jwt.jwks that implement SectionSource Modifier and Type Class Description class
JwksSectionSource
JWKSSectionSource
. -
Uses of SectionSource in net.officefloor.web.openapi.section
Classes in net.officefloor.web.openapi.section that implement SectionSource Modifier and Type Class Description class
OpenApiSectionSource
Configures the Open API servicing. -
Uses of SectionSource in net.officefloor.web.security.impl
Classes in net.officefloor.web.security.impl that implement SectionSource Modifier and Type Class Description class
HandleAuthenticationRequiredSectionSource
SectionSource
to handle theAuthenticationRequiredException
.class
HttpSecuritySectionSource<A,AC extends java.io.Serializable,C,O extends java.lang.Enum<O>,F extends java.lang.Enum<F>>
SectionSource
for theHttpSecuritySource
. -
Uses of SectionSource in net.officefloor.web.template.section
Classes in net.officefloor.web.template.section that implement SectionSource Modifier and Type Class Description class
WebTemplateSectionSource
SectionSource
for the HTTP template.
-