Interface WebServerController
- All Known Subinterfaces:
PlatformManagementInterfaceAPIController
,WoDTDigitalTwinInterfaceController
public interface WebServerController
Interface for base controllers of
WoDTWebServer
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerRoutes
(io.javalin.Javalin app) Register the controlled routes inside the app.
-
Method Details
-
registerRoutes
void registerRoutes(io.javalin.Javalin app) Register the controlled routes inside the app.- Parameters:
app
- the Javalin app where to register routes.
-