Uses of Interface
net.officefloor.woof.WoofContext
-
-
Uses of WoofContext in net.officefloor.servlet.supply
Methods in net.officefloor.servlet.supply with parameters of type WoofContext Modifier and Type Method Description void
ServletWoofExtensionService. extend(WoofContext context)
-
Uses of WoofContext in net.officefloor.spring.webflux
Methods in net.officefloor.spring.webflux with parameters of type WoofContext Modifier and Type Method Description void
WebFluxWoofExtensionService. extend(WoofContext context)
-
Uses of WoofContext in net.officefloor.spring.webmvc
Methods in net.officefloor.spring.webmvc with parameters of type WoofContext Modifier and Type Method Description void
WebMvcWoofExtensionService. extend(WoofContext context)
-
Uses of WoofContext in net.officefloor.web.openapi
Methods in net.officefloor.web.openapi with parameters of type WoofContext Modifier and Type Method Description void
OpenApiWoofExtensionService. extend(WoofContext context)
-
Uses of WoofContext in net.officefloor.webapp
Methods in net.officefloor.webapp with parameters of type WoofContext Modifier and Type Method Description void
WebAppWoofExtensionService. extend(WoofContext context)
-
Uses of WoofContext in net.officefloor.woof
Methods in net.officefloor.woof with parameters of type WoofContext Modifier and Type Method Description void
WoofExtensionService. extend(WoofContext context)
Extends theWebArchitect
.void
WoofLoader. loadWoofConfiguration(WoofContext context)
Loads the WoOF configuration.void
WoofLoaderImpl. loadWoofConfiguration(WoofContext context)
-
Uses of WoofContext in net.officefloor.woof.compile
Methods in net.officefloor.woof.compile with parameters of type WoofContext Modifier and Type Method Description void
CompileWoofExtension. extend(WoofContext context)
Extends theOffice
.
-