Package io.jmix.flowui.devserver
Class JmixRouter
java.lang.Object
com.vaadin.flow.router.Router
io.jmix.flowui.devserver.JmixRouter
- All Implemented Interfaces:
Serializable
public class JmixRouter
extends com.vaadin.flow.router.Router
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionOptional<com.vaadin.flow.router.internal.ErrorTargetEntry>
getErrorNavigationTarget
(Exception exception) Methods inherited from class com.vaadin.flow.router.Router
getRegistry, initializeUI, navigate, navigate, navigate, resolveNavigationTarget, resolveNavigationTarget, resolveRouteNotFoundNavigationTarget
-
Constructor Details
-
JmixRouter
public JmixRouter(com.vaadin.flow.server.RouteRegistry registry)
-
-
Method Details