Uses of Interface
net.officefloor.woof.WoofExtensionServiceFactory
-
Packages that use WoofExtensionServiceFactory Package Description net.officefloor.servlet.supply net.officefloor.spring.webflux net.officefloor.spring.webmvc net.officefloor.web.openapi net.officefloor.webapp -
-
Uses of WoofExtensionServiceFactory in net.officefloor.servlet.supply
Classes in net.officefloor.servlet.supply that implement WoofExtensionServiceFactory Modifier and Type Class Description class
ServletWoofExtensionService
WoofExtensionService
to provide aServlet
container. -
Uses of WoofExtensionServiceFactory in net.officefloor.spring.webflux
Classes in net.officefloor.spring.webflux that implement WoofExtensionServiceFactory Modifier and Type Class Description class
WebFluxWoofExtensionService
WoofExtensionService
to service via Web Flux. -
Uses of WoofExtensionServiceFactory in net.officefloor.spring.webmvc
Classes in net.officefloor.spring.webmvc that implement WoofExtensionServiceFactory Modifier and Type Class Description class
WebMvcWoofExtensionService
WoofExtensionService
to provide aServlet
container. -
Uses of WoofExtensionServiceFactory in net.officefloor.web.openapi
Classes in net.officefloor.web.openapi that implement WoofExtensionServiceFactory Modifier and Type Class Description class
OpenApiWoofExtensionService
WoofExtensionService
to configure OpenAPI specification. -
Uses of WoofExtensionServiceFactory in net.officefloor.webapp
Classes in net.officefloor.webapp that implement WoofExtensionServiceFactory Modifier and Type Class Description class
WebAppWoofExtensionService
WoofExtensionService
to configureServletManager
.
-