Class SessionRouteRegistry

java.lang.Object
com.vaadin.flow.router.internal.AbstractRouteRegistry
com.vaadin.flow.server.SessionRouteRegistry
All Implemented Interfaces:
RouteRegistry, Serializable

public class SessionRouteRegistry extends AbstractRouteRegistry
SessionRouteRegistry is a mutable route registry that is valid in the scope of VaadinSession. Routes can be added and removed from this registry and any overlap with the registered routes between session and global scope will be handled so that session scope paths overrides global paths.
Since:
1.3
See Also: