Uses of Interface
net.officefloor.compile.properties.PropertyConfigurable
-
-
Uses of PropertyConfigurable in net.officefloor.compile
Classes in net.officefloor.compile that implement PropertyConfigurable Modifier and Type Class Description class
OfficeFloorCompiler
OfficeFloor compiler to compile theOfficeFloor
into theOfficeFrame
to be built. -
Uses of PropertyConfigurable in net.officefloor.compile.impl
Classes in net.officefloor.compile.impl that implement PropertyConfigurable Modifier and Type Class Description class
OfficeFloorCompilerImpl
OfficeFloorCompiler
implementation. -
Uses of PropertyConfigurable in net.officefloor.compile.impl.adapt
Classes in net.officefloor.compile.impl.adapt that implement PropertyConfigurable Modifier and Type Class Description class
OfficeFloorCompilerAdapter
Adapts the implementingOfficeFloorCompiler
to be used when theOfficeFloorCompiler
reference may be from a differentClassLoader
. -
Uses of PropertyConfigurable in net.officefloor.compile.impl.properties
Methods in net.officefloor.compile.impl.properties with parameters of type PropertyConfigurable Modifier and Type Method Description void
PropertyListImpl. configureProperties(PropertyConfigurable configurable)
static void
PropertiesUtil. copyPrefixedProperties(SourceProperties source, java.lang.String propertyPrefix, PropertyConfigurable target)
Copies allProperty
instances with the name prefix from theSourceProperties
to thePropertyConfigurable
.static void
PropertiesUtil. copyProperties(SourceProperties source, PropertyConfigurable target, java.lang.String... propertyNames)
-
Uses of PropertyConfigurable in net.officefloor.compile.impl.structure
Classes in net.officefloor.compile.impl.structure that implement PropertyConfigurable Modifier and Type Class Description class
AdministrationNodeImpl
AdministrationNode
implementation.class
ExecutiveNodeImpl
ExecutiveNode
implementation.class
FunctionNamespaceNodeImpl
FunctionNamespaceNode
implementation.class
GovernanceNodeImpl
Implementation of theGovernanceNode
.class
ManagedObjectPoolNodeImpl
ManagedObjectPoolNode
implementation.class
ManagedObjectSourceNodeImpl
ManagedObjectSourceNode
implementation.class
OfficeFloorNodeImpl
OfficeFloorNode
implementation.class
OfficeNodeImpl
OfficeNode
implementation.class
SectionNodeImpl
SectionNode
implementation.class
SupplierNodeImpl
SupplierNode
implementation.class
TeamNodeImpl
TeamNode
implementation. -
Uses of PropertyConfigurable in net.officefloor.compile.impl.supplier
Classes in net.officefloor.compile.impl.supplier that implement PropertyConfigurable Modifier and Type Class Description class
SuppliedManagedObjectSourceTypeImpl
SuppliedManagedObjectSourceType
implementation. -
Uses of PropertyConfigurable in net.officefloor.compile.internal.structure
Subinterfaces of PropertyConfigurable in net.officefloor.compile.internal.structure Modifier and Type Interface Description interface
AdministrationNode
OfficeAdministration
node.interface
ExecutiveNode
OfficeFloorExecutive
node.interface
FunctionNamespaceNode
SectionFunctionNamespace
node.interface
GovernanceNode
OfficeGovernance
node.interface
ManagedObjectPoolNode
Node representing instance use of aManagedObjectPool
.interface
ManagedObjectSourceNode
Node representing aManagedObjectSource
.interface
OfficeFloorNode
OfficeFloor
node.interface
OfficeNode
Office
node.interface
SectionNode
Node within the hierarchy ofOfficeSection
instances.interface
SupplierNode
SupplierNode
.interface
TeamNode
OfficeFloorTeam
node. -
Uses of PropertyConfigurable in net.officefloor.compile.properties
Methods in net.officefloor.compile.properties with parameters of type PropertyConfigurable Modifier and Type Method Description void
PropertyList. configureProperties(PropertyConfigurable configurable)
-
Uses of PropertyConfigurable in net.officefloor.compile.spi.office
Subinterfaces of PropertyConfigurable in net.officefloor.compile.spi.office Modifier and Type Interface Description interface
OfficeAdministration
Administration
within theOffice
.interface
OfficeGovernance
Governance
within theOffice
.interface
OfficeManagedObjectPool
ManagedObjectPool
within theOffice
.interface
OfficeManagedObjectSource
ManagedObjectSource
within theOffice
.interface
OfficeSection
OfficeSection
of theOffice
.interface
OfficeSupplier
SuppliesOfficeManagedObjectSource
instances within theOffice
. -
Uses of PropertyConfigurable in net.officefloor.compile.spi.officefloor
Subinterfaces of PropertyConfigurable in net.officefloor.compile.spi.officefloor Modifier and Type Interface Description interface
DeployedOffice
DeployedOffice
within theOfficeFloor
.interface
OfficeFloorExecutive
Executive
for theOfficeFloor
.interface
OfficeFloorManagedObjectPool
ManagedObjectPool
within theOfficeFloor
.interface
OfficeFloorManagedObjectSource
ManagedObjectSource
on theOfficeFloor
.interface
OfficeFloorSupplier
SuppliesOfficeFloorManagedObjectSource
instances within theOfficeFloor
.interface
OfficeFloorTeam
Team
within theOfficeFloor
. -
Uses of PropertyConfigurable in net.officefloor.compile.spi.section
Subinterfaces of PropertyConfigurable in net.officefloor.compile.spi.section Modifier and Type Interface Description interface
SectionFunctionNamespace
FunctionNamespaceNode
within theSectionNode
.interface
SectionManagedObjectPool
ManagedObjectPool
within theOfficeSection
.interface
SectionManagedObjectSource
ManagedObjectSource
within anSectionNode
.interface
SubSection
SubSection
of anSectionNode
. -
Uses of PropertyConfigurable in net.officefloor.compile.spi.supplier.source
Subinterfaces of PropertyConfigurable in net.officefloor.compile.spi.supplier.source Modifier and Type Interface Description interface
SuppliedManagedObjectSource
SuppliedManagedObjectSource
. -
Uses of PropertyConfigurable in net.officefloor.configuration.impl.configuration
Classes in net.officefloor.configuration.impl.configuration that implement PropertyConfigurable Modifier and Type Class Description class
XmlFileConfigurationContext
-
Uses of PropertyConfigurable in net.officefloor.jdbc.test
Methods in net.officefloor.jdbc.test with parameters of type PropertyConfigurable Modifier and Type Method Description protected abstract void
AbstractJdbcTestCase. loadConnectionProperties(PropertyConfigurable mos)
Loads the properties for theReadOnlyConnectionManagedObjectSource
.protected abstract void
AbstractJdbcTestCase. loadDataSourceProperties(PropertyConfigurable mos)
Loads the properties for theDataSourceManagedObjectSource
. -
Uses of PropertyConfigurable in net.officefloor.jpa.test
Methods in net.officefloor.jpa.test with parameters of type PropertyConfigurable Modifier and Type Method Description protected void
AbstractJpaTestCase. loadDataSourceProperties(PropertyConfigurable mos)
Loads the properties for theDataSourceManagedObjectSource
.protected abstract void
AbstractJpaTestCase. loadJpaProperties(PropertyConfigurable jpa)
Loads the properties for theJpaManagedObjectSource
. -
Uses of PropertyConfigurable in net.officefloor.polyglot.test
Subinterfaces of PropertyConfigurable in net.officefloor.polyglot.test Modifier and Type Interface Description protected static interface
AbstractPolyglotProcedureTest.ProcedureBuilder
Builds theProcedure
. -
Uses of PropertyConfigurable in net.officefloor.web.security.build
Subinterfaces of PropertyConfigurable in net.officefloor.web.security.build Modifier and Type Interface Description interface
HttpSecurityBuilder
HTTP security builder. -
Uses of PropertyConfigurable in net.officefloor.web.security.type
Classes in net.officefloor.web.security.type that implement PropertyConfigurable Modifier and Type Class Description class
HttpSecuritySupportingManagedObjectImpl<O extends java.lang.Enum<O>>
HttpSecuritySupportingManagedObject
implementation. -
Uses of PropertyConfigurable in net.officefloor.web.spi.security
Subinterfaces of PropertyConfigurable in net.officefloor.web.spi.security Modifier and Type Interface Description interface
HttpSecuritySupportingManagedObject<O extends java.lang.Enum<O>>
HttpSecuritySource
configuredManagedObject
to provide supporting dependencies to theHttpAuthentication
andHttpAccessControl
for using theHttpSecuritySource
. -
Uses of PropertyConfigurable in net.officefloor.web.template.build
Subinterfaces of PropertyConfigurable in net.officefloor.web.template.build Modifier and Type Interface Description interface
WebTemplate
Web template.interface
WebTemplateExtensionBuilder
Builds theWebTemplateExtension
.Classes in net.officefloor.web.template.build that implement PropertyConfigurable Modifier and Type Class Description class
AbstractWebTemplate
AbstractWebTemplate
.
-