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
    Constructor
    Description
    JmixRouter(com.vaadin.flow.server.RouteRegistry registry)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<com.vaadin.flow.router.internal.ErrorTargetEntry>
     

    Methods inherited from class com.vaadin.flow.router.Router

    getRegistry, initializeUI, navigate, navigate, navigate, resolveNavigationTarget, resolveNavigationTarget, resolveRouteNotFoundNavigationTarget

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JmixRouter

      public JmixRouter(com.vaadin.flow.server.RouteRegistry registry)
  • Method Details

    • getErrorNavigationTarget

      public Optional<com.vaadin.flow.router.internal.ErrorTargetEntry> getErrorNavigationTarget(Exception exception)
      Overrides:
      getErrorNavigationTarget in class com.vaadin.flow.router.Router