Package com.vaadin.flow.router.internal
Interface ClientRoutesProvider
- All Superinterfaces:
Serializable
Interface for providing client side routes.
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of client side routes.
-
Method Details
-
getClientRoutes
Get a list of client side routes.- Returns:
- a list of client side routes. Not null.
-