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.
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
Constructors Constructor and Description ApplicationRouteRegistryWrapper(ApplicationRouteRegistry registry)
Create a application route registry wrapper.
-
-
-
Constructor Detail
-
ApplicationRouteRegistryWrapper
public ApplicationRouteRegistryWrapper(ApplicationRouteRegistry registry)
Create a application route registry wrapper.
Parameters:
registry
- application route registry to wrap
-
-
Method Detail
-
getRegistry
public ApplicationRouteRegistry getRegistry()
Get the application route registry.
Returns:
wrapped application route registry
-
-