Package net.officefloor.woof
Interface WoofExtensionService
-
- All Known Implementing Classes:
OpenApiWoofExtensionService
,ServletWoofExtensionService
,WebAppWoofExtensionService
,WebFluxWoofExtensionService
,WebMvcWoofExtensionService
public interface WoofExtensionService
Service that enables extending functionality over and above theWoofLoader
by direct configuration.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
extend(WoofContext context)
Extends theWebArchitect
.
-
-
-
Method Detail
-
extend
void extend(WoofContext context) throws java.lang.Exception
Extends theWebArchitect
.- Parameters:
context
-WoofContext
.- Throws:
java.lang.Exception
- If fails to extend.
-
-