Uses of Class
com.vaadin.flow.router.internal.ConfiguredRoutes
-
Packages that use ConfiguredRoutes Package Description com.vaadin.flow.router.internal -
-
Uses of ConfiguredRoutes in com.vaadin.flow.router.internal
Subclasses of ConfiguredRoutes in com.vaadin.flow.router.internal Modifier and Type Class Description class
ConfigureRoutes
Configuration class for editing routes.Methods in com.vaadin.flow.router.internal that return ConfiguredRoutes Modifier and Type Method Description ConfiguredRoutes
AbstractRouteRegistry. getConfiguration()
Get the current valid configuration.Constructors in com.vaadin.flow.router.internal with parameters of type ConfiguredRoutes Constructor Description ConfigureRoutes(ConfiguredRoutes original)
Create a mutable or immutable configuration with original configuration information.
-