We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.router.
Package com.vaadin.flow.router
Annotation Interface RoutePrefix
Defines the route prefix that a Parent layout adds to a route when used in the active view chain.
Since:
1.0
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Have the route chain break on defined class and not take into notice any more parent layout route prefixes.
-
Element Details
-
value
String valueSets the route prefix defined for class.
This value accepts also parameter template segments which can be defined using following format:
:parameterName[?|*][(regex)]
.Returns:
route prefix to add
-
-
-
absolute
boolean absoluteHave 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
-