We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.server.startup.
Package com.vaadin.flow.server.startup
Class ApplicationRouteRegistry.ApplicationRouteRegistryWrapper
java.lang.Object
com.vaadin.flow.server.startup.ApplicationRouteRegistry.ApplicationRouteRegistryWrapper
All Implemented Interfaces:
Enclosing class:
protected static class ApplicationRouteRegistry.ApplicationRouteRegistryWrapper
extends Object
implements Serializable
RouteRegistry wrapper class for storing the ApplicationRouteRegistry.
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a application route registry wrapper.
-
Method Summary
Modifier and TypeMethodDescriptionGet the application route registry.
-
Constructor Details
-
ApplicationRouteRegistryWrapper
Create a application route registry wrapper.
Parameters:
registry
- application route registry to wrap
-
-
Method Details
-
getRegistry
Get the application route registry.
Returns:
wrapped application route registry
-