Uses of Interface
net.officefloor.activity.compose.build.ComposeArchitect
Packages that use ComposeArchitect
Package
Description
-
Uses of ComposeArchitect in net.officefloor.activity.admin.build
Methods in net.officefloor.activity.admin.build with parameters of type ComposeArchitectModifier and TypeMethodDescriptionstatic AdministrationArchitectAdministrationEmployer.employAdministrationArchitect(OfficeArchitect officeArchitect, ComposeArchitect composeArchitect, OfficeSourceContext officeContext) Employs aAdministrationArchitect. -
Uses of ComposeArchitect in net.officefloor.activity.compose.build
Classes in net.officefloor.activity.compose.build that implement ComposeArchitectMethods in net.officefloor.activity.compose.build that return ComposeArchitectModifier and TypeMethodDescriptionstatic ComposeArchitectComposeEmployer.employComposeArchitect(OfficeArchitect architect, OfficeSourceContext sourceContext) Employs theComposeArchitect. -
Uses of ComposeArchitect in net.officefloor.activity.managedobject.build
Methods in net.officefloor.activity.managedobject.build with parameters of type ComposeArchitectModifier and TypeMethodDescriptionstatic ManagedObjectArchitectManagedObjectEmployer.employManagedObjectArchitect(OfficeArchitect officeArchitect, ComposeArchitect composeArchitect, OfficeSourceContext context) Employs theManagedObjectArchitect. -
Uses of ComposeArchitect in net.officefloor.spring.starter.rest
Methods in net.officefloor.spring.starter.rest that return ComposeArchitectModifier and TypeMethodDescriptionOfficeFloorSpringBootExtensionContext.getComposeArchitect()Obtains theComposeArchitect. -
Uses of ComposeArchitect in net.officefloor.web.rest.build
Methods in net.officefloor.web.rest.build that return ComposeArchitectModifier and TypeMethodDescriptionRestMethodDecoratorContext.getComposeArchitect()Obtains theComposeArchitect.Methods in net.officefloor.web.rest.build with parameters of type ComposeArchitectModifier and TypeMethodDescriptionstatic RestArchitectRestEmployer.employRestArchitect(OfficeArchitect officeArchitect, WebArchitect webArchitect, ComposeArchitect composeArchitect, OfficeSourceContext officeSourceContext) Employs theRestArchitect.Constructors in net.officefloor.web.rest.build with parameters of type ComposeArchitectModifierConstructorDescriptionprotectedRestArchitectImpl(OfficeArchitect officeArchitect, WebArchitect webArchitect, ComposeArchitect composeArchitect, OfficeSourceContext officeSourceContext) RestMethodContextImpl(boolean isSecure, HttpMethod httpMethod, RestPathContext path, OfficeSectionInput sectionInput, RestConfiguration configuration, OfficeArchitect officeArchitect, WebArchitect webArchitect, ComposeArchitect composeArchitect, OfficeSourceContext officeSourceContext) -
Uses of ComposeArchitect in net.officefloor.web.security.build
Methods in net.officefloor.web.security.build with parameters of type ComposeArchitectModifier and TypeMethodDescriptionstatic HttpSecurityArchitectHttpSecurityArchitectEmployer.employHttpSecurityArchitect(WebArchitect webArchitect, ComposeArchitect composeArchitect, OfficeArchitect officeArchitect, OfficeSourceContext officeSourceContext) Employs theHttpSecurityArchitect.