Uses of Class
com.vaadin.hilla.route.ClientRouteRegistry
Packages that use ClientRouteRegistry
-
Uses of ClientRouteRegistry in com.vaadin.hilla.route
Constructors in com.vaadin.hilla.route with parameters of type ClientRouteRegistryModifierConstructorDescriptionRouteUnifyingIndexHtmlRequestListener(ClientRouteRegistry clientRouteRegistry, com.vaadin.flow.function.DeploymentConfiguration deploymentConfiguration, RouteUtil routeUtil, com.vaadin.flow.server.auth.NavigationAccessControl accessControl, com.vaadin.flow.server.auth.ViewAccessChecker viewAccessChecker, boolean exposeServerRoutesToClient) Creates a new listener instance with the given route registry.RouteUtil(ClientRouteRegistry registry) Initializes a new instance of the RouteUtil class with the given registry. -
Uses of ClientRouteRegistry in com.vaadin.hilla.startup
Constructors in com.vaadin.hilla.startup with parameters of type ClientRouteRegistryModifierConstructorDescriptionRouteUnifyingServiceInitListener(ClientRouteRegistry clientRouteRegistry, RouteUtil routeUtil, RouteUnifyingConfigurationProperties routeUnifyingConfigurationProperties, com.vaadin.flow.server.auth.NavigationAccessControl accessControl, com.vaadin.flow.server.auth.ViewAccessChecker viewAccessChecker) Creates a new instance of the listener.