Package | Description |
---|---|
com.vaadin.flow.router | |
com.vaadin.flow.router.internal | |
com.vaadin.flow.server |
Modifier and Type | Method and Description |
---|---|
RouteTarget |
NavigationState.getRouteTarget()
Gets the route target for this navigation state.
|
Modifier and Type | Method and Description |
---|---|
NavigationStateBuilder |
NavigationStateBuilder.withTarget(RouteTarget routeTarget,
RouteParameters parameters)
Assigns the given route target with the given route parameters to the
navigation state being built.
|
Modifier and Type | Method and Description |
---|---|
RouteTarget |
NavigationRouteTarget.getRouteTarget()
Gets the route target.
|
RouteTarget |
ConfiguredRoutes.getRouteTarget(Class<? extends Component> target,
RouteParameters parameters)
Gets the
RouteTarget instance matching the given target component
and route parameters. |
RouteTarget |
AbstractRouteRegistry.getRouteTarget(Class<? extends Component> target,
RouteParameters parameters) |
protected RouteTarget |
ConfiguredRoutes.getRouteTarget(String template)
Get the RouteTarget stored for the given template.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,RouteTarget> |
ConfiguredRoutes.getRoutesMap() |
protected Map<String,RouteTarget> |
ConfigureRoutes.getRoutesMap()
Override so that the getters use the correct routes map for data.
|
Constructor and Description |
---|
NavigationRouteTarget(String path,
RouteTarget routeTarget,
Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
RouteTarget |
SessionRouteRegistry.getRouteTarget(Class<? extends Component> target,
RouteParameters parameters) |
RouteTarget |
RouteRegistry.getRouteTarget(Class<? extends Component> target,
RouteParameters parameters)
Gets the
RouteTarget instance matching the given target component
and route parameters. |
Copyright © 2025. All rights reserved.