com.vaadin.flow.server.

Class 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:

    Serialized Form