Uses of Interface
io.inverno.mod.web.compiler.spi.WebControllerInfo
-
Uses of WebControllerInfo in io.inverno.mod.web.compiler.spi
Methods in io.inverno.mod.web.compiler.spi that return WebControllerInfoModifier and TypeMethodDescriptionWebRouterConfigurerInfo.getControllers()Returns the web controllers defined in the module.Methods in io.inverno.mod.web.compiler.spi that return types with arguments of type WebControllerInfoModifier and TypeMethodDescriptionWebRouteInfo.getController()Returns the web controller that defines the route.Methods in io.inverno.mod.web.compiler.spi with parameters of type WebControllerInfoModifier and TypeMethodDescriptionWebRouterConfigurerInfoVisitor.visit(WebControllerInfo controllerInfo, P p)Visits web controller info.