Uses of Interface
net.officefloor.compile.spi.section.source.SectionSource
Packages that use SectionSource
Package
Description
-
Uses of SectionSource in net.officefloor.activity
Classes in net.officefloor.activity that implement SectionSource -
Uses of SectionSource in net.officefloor.activity.compose.section
Classes in net.officefloor.activity.compose.section that implement SectionSource -
Uses of SectionSource in net.officefloor.activity.procedure.section
Classes in net.officefloor.activity.procedure.section that implement SectionSource -
Uses of SectionSource in net.officefloor.compile
Classes in net.officefloor.compile with type parameters of type SectionSourceModifier and TypeInterfaceDescriptioninterfaceSectionSourceService<S extends SectionSource>Service to plug-in anSectionSourceClassalias by including the extensionSectionSourcejar on the class path.Methods in net.officefloor.compile with type parameters of type SectionSourceModifier and TypeMethodDescriptionabstract <S extends SectionSource>
voidOfficeFloorCompiler.addSectionSourceAlias(String alias, 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 SectionSourceModifier and TypeMethodDescription<S extends SectionSource>
voidOfficeFloorCompilerImpl.addSectionSourceAlias(String alias, Class<S> sectionSourceClass) <S extends SectionSource>
Class<S>OfficeFloorCompilerImpl.getSectionSourceClass(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 SectionSourceModifier and TypeMethodDescription<S extends SectionSource>
voidOfficeFloorCompilerAdapter.addSectionSourceAlias(String alias, Class<S> sectionSourceClass) -
Uses of SectionSource in net.officefloor.compile.impl.office
Methods in net.officefloor.compile.impl.office with parameters of type SectionSourceModifier and TypeMethodDescriptionOfficeSourceContextImpl.loadOfficeSectionType(String sectionName, SectionSource sectionSource, 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 SectionSourceModifier and TypeMethodDescription<S extends SectionSource>
OfficeSectionTypeSectionLoaderImpl.loadOfficeSectionType(String sectionName, Class<S> sectionSourceClass, String sectionLocation, PropertyList propertyList) <S extends SectionSource>
SectionTypeSectionLoaderImpl.loadSectionType(Class<S> sectionSourceClass, String sectionLocation, PropertyList propertyList) <S extends SectionSource>
PropertyListSectionLoaderImpl.loadSpecification(Class<S> sectionSourceClass) Methods in net.officefloor.compile.impl.section with parameters of type SectionSourceModifier and TypeMethodDescriptionSectionLoaderImpl.loadOfficeSectionType(String sectionName, SectionSource sectionSource, String sectionLocation, PropertyList propertyList) SectionLoaderImpl.loadSectionType(SectionSource sectionSource, String sectionLocation, PropertyList propertyList) SectionSourceContextImpl.loadSectionType(String sectionName, SectionSource sectionSource, String location, PropertyList properties) SectionLoaderImpl.loadSpecification(SectionSource sectionSource) -
Uses of SectionSource in net.officefloor.compile.impl.structure
Methods in net.officefloor.compile.impl.structure with parameters of type SectionSourceModifier and TypeMethodDescriptionOfficeNodeImpl.addOfficeSection(String sectionName, SectionSource sectionSource, String sectionLocation) SectionNodeImpl.addSubSection(String subSectionName, SectionSource sectionSource, String location) voidSectionNodeImpl.initialise(String sectionSourceClassName, SectionSource sectionSource, String sectionLocation) voidSectionNodeImpl.setTransformedOfficeSection(SectionSource sectionSource, 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 SectionSourceModifier and TypeMethodDescription<S extends SectionSource>
Class<S>NodeContext.getSectionSourceClass(String sectionSourceClassName, SectionNode node) Obtains theSectionSourceclass.Methods in net.officefloor.compile.internal.structure with parameters of type SectionSourceModifier and TypeMethodDescriptionvoidSectionNode.initialise(String sectionSourceClassName, SectionSource sectionSource, String sectionLocation) Initialises thisSectionNode. -
Uses of SectionSource in net.officefloor.compile.section
Methods in net.officefloor.compile.section with type parameters of type SectionSourceModifier and TypeMethodDescription<S extends SectionSource>
OfficeSectionTypeSectionLoader.loadOfficeSectionType(String sectionName, Class<S> sectionSourceClass, String sectionLocation, PropertyList propertyList) Loads and returns theOfficeSectionTypefrom thisSectionSource.<S extends SectionSource>
SectionTypeSectionLoader.loadSectionType(Class<S> sectionSourceClass, String sectionLocation, PropertyList propertyList) Loads and returns theSectionTypefrom theSectionSource.<S extends SectionSource>
PropertyListSectionLoader.loadSpecification(Class<S> sectionSourceClass) Methods in net.officefloor.compile.section with parameters of type SectionSourceModifier and TypeMethodDescriptionSectionLoader.loadOfficeSectionType(String sectionName, SectionSource sectionSource, String sectionLocation, PropertyList propertyList) Loads and returns theOfficeSectionTypefrom thisSectionSource.SectionLoader.loadSectionType(SectionSource sectionSource, String sectionLocation, PropertyList propertyList) Loads and returns theSectionTypefrom theSectionSource.SectionLoader.loadSpecification(SectionSource sectionSource) -
Uses of SectionSource in net.officefloor.compile.spi.office
Methods in net.officefloor.compile.spi.office with parameters of type SectionSourceModifier and TypeMethodDescriptionOfficeArchitect.addOfficeSection(String sectionName, SectionSource sectionSource, String sectionLocation) Adds anOfficeSection.voidOfficeSectionTransformerContext.setTransformedOfficeSection(SectionSource sectionSource, 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 SectionSourceModifier and TypeMethodDescriptionOfficeSourceContext.loadOfficeSectionType(String sectionName, SectionSource sectionSource, 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 SectionSourceModifier and TypeMethodDescriptionSectionDesigner.addSubSection(String subSectionName, SectionSource sectionSource, String location) Adds aSubSectionto theSectionNodebeing built. -
Uses of SectionSource in net.officefloor.compile.spi.section.source
Methods in net.officefloor.compile.spi.section.source with parameters of type SectionSourceModifier and TypeMethodDescriptionSectionSourceContext.loadSectionType(String sectionName, SectionSource sectionSource, 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 -
Uses of SectionSource in net.officefloor.compile.test.officefloor
Method parameters in net.officefloor.compile.test.officefloor with type arguments of type SectionSourceModifier and TypeMethodDescriptionCompileOfficeContext.overrideSection(Class<? extends SectionSource> sectionSourceClass, 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 SectionSourceModifier and TypeMethodDescriptionstatic <S extends SectionSource>
OfficeSectionTypeSectionLoaderUtil.loadOfficeSectionType(String sectionName, Class<S> sectionSourceClass, String sectionLocation, String... propertyNameValuePairs) Convenience method to load theOfficeSectionType.static <S extends SectionSource>
SectionTypeSectionLoaderUtil.loadSectionType(Class<S> sectionSourceClass, String sectionLocation, String... propertyNameValuePairs) Convenience method to load theSectionType.static <S extends SectionSource>
voidSectionLoaderUtil.validateOfficeSection(SectionDesigner designer, Class<S> sectionSourceClass, String sectionLocation, String... propertyNameValuePairs) Convenience method that validates the loadedOfficeSectionagainst expectedOfficeSectionfrom theSectionDesigner.static <S extends SectionSource>
voidSectionLoaderUtil.validateSection(SectionDesigner designer, Class<S> sectionSourceClass, Class<?> offsetClass, String resourceName, String... propertyNameValuePairs) Facade method to validate theSectionTypeandOfficeSection.static <S extends SectionSource>
voidSectionLoaderUtil.validateSection(SectionDesigner designer, Class<S> sectionSourceClass, String sectionLocation, String... propertyNameValuePairs) Convenience method that validates both the loadedSectionTypeandOfficeSectionagainst expectedSectionType/OfficeSectionfrom theSectionDesigner.static <S extends SectionSource>
voidSectionLoaderUtil.validateSectionType(SectionDesigner designer, Class<S> sectionSourceClass, String sectionLocation, String... propertyNameValuePairs) Convenience method that validates the loadedSectionTypeagainst expectedSectionTypefrom theSectionDesigner.static <S extends SectionSource>
PropertyListSectionLoaderUtil.validateSpecification(Class<S> sectionSourceClass, String... propertyNameLabels) Validates theSectionSourceSpecificationfor theSectionSource.Methods in net.officefloor.compile.test.section with parameters of type SectionSourceModifier and TypeMethodDescriptionstatic SectionTypeSectionLoaderUtil.loadSectionType(SectionSource sectionSource, String sectionLocation, String... propertyNameValuePairs) Convenience method to load theSectionType.static voidSectionLoaderUtil.validateSectionType(SectionDesigner designer, SectionSource sectionSource, String sectionLocation, String... propertyNameValuePairs) Convenience method that validates the loadedSectionTypeagainst expectedSectionTypefrom theSectionDesigner.static PropertyListSectionLoaderUtil.validateSpecification(SectionSource sectionSource, String... propertyNameLabels) Validates theSectionSourceSpecificationfor theSectionSource. -
Uses of SectionSource in net.officefloor.model.impl.section
Classes in net.officefloor.model.impl.section that implement SectionSource -
Uses of SectionSource in net.officefloor.plugin.section.clazz
Classes in net.officefloor.plugin.section.clazz that implement SectionSource -
Uses of SectionSource in net.officefloor.plugin.section.clazz.flow
Methods in net.officefloor.plugin.section.clazz.flow with parameters of type SectionSourceModifier and TypeMethodDescriptionClassSectionFlowContext.getOrCreateSubSection(String sectionName, SectionSource sectionSource, 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 SectionSourceModifier and TypeClassDescriptionclassSectionSourceimplementation that wraps aManagedFunctionSourceto expose it as a section. -
Uses of SectionSource in net.officefloor.plugin.section.transform
Classes in net.officefloor.plugin.section.transform that implement SectionSourceMethods in net.officefloor.plugin.section.transform with parameters of type SectionSourceModifier and TypeMethodDescriptionTransformSectionDesigner.addSubSection(String subSectionName, SectionSource sectionSource, String location) -
Uses of SectionSource in net.officefloor.server.google.function.wrap
Classes in net.officefloor.server.google.function.wrap that implement SectionSourceModifier and TypeClassDescriptionclassSection to execute theHttpFunction. -
Uses of SectionSource in net.officefloor.servlet.chain
Classes in net.officefloor.servlet.chain that implement SectionSourceModifier and TypeClassDescriptionclass -
Uses of SectionSource in net.officefloor.spring.webflux
Classes in net.officefloor.spring.webflux that implement SectionSourceModifier and TypeClassDescriptionclassSectionSourceservicingServerHttpConnectionvia Web Flux. -
Uses of SectionSource in net.officefloor.spring.webmvc
Classes in net.officefloor.spring.webmvc that implement SectionSource -
Uses of SectionSource in net.officefloor.web
Classes in net.officefloor.web that implement SectionSource -
Uses of SectionSource in net.officefloor.web.compile
Method parameters in net.officefloor.web.compile with type arguments of type SectionSourceModifier and TypeMethodDescriptionCompileWebContextImpl.overrideSection(Class<? extends SectionSource> sectionSourceClass, String sectionLocation) -
Uses of SectionSource in net.officefloor.web.jwt
Classes in net.officefloor.web.jwt that implement SectionSourceModifier and TypeClassDescriptionclassDefault handling of JWT challenges. -
Uses of SectionSource in net.officefloor.web.jwt.authority.combined
Classes in net.officefloor.web.jwt.authority.combined that implement SectionSourceModifier and TypeClassDescriptionclassHandling of retrieving keys when theJwtAuthorityis 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 -
Uses of SectionSource in net.officefloor.web.jwt.jwks
Classes in net.officefloor.web.jwt.jwks that implement SectionSource -
Uses of SectionSource in net.officefloor.web.openapi.section
Classes in net.officefloor.web.openapi.section that implement SectionSource -
Uses of SectionSource in net.officefloor.web.security.impl
Classes in net.officefloor.web.security.impl that implement SectionSourceModifier and TypeClassDescriptionclassSectionSourceto handle theAuthenticationRequiredException.classHttpSecuritySectionSource<A,AC extends Serializable, C, O extends Enum<O>, F extends Enum<F>> SectionSourcefor theHttpSecuritySource. -
Uses of SectionSource in net.officefloor.web.template.section
Classes in net.officefloor.web.template.section that implement SectionSource