com.vaadin.flow.router.

Annotation Type RoutePrefix

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element and Description
      String value

      Get the route prefix defined for class.

    • Optional Element Summary

      Optional Elements
      Modifier and Type Optional Element and Description
      boolean absolute

      Have the route chain break on defined class and not take into notice any more parent layout route prefixes.

    • Element Detail

      • value

        public abstract String value

        Get the route prefix defined for class.

        Returns:

        route prefix to add

      • absolute

        public abstract boolean absolute

        Have the route chain break on defined class and not take into notice any more parent layout route prefixes.

        Returns:

        route up to here should be absolute

        Default:

        false