Package | Description |
---|---|
com.vaadin.flow.component | |
com.vaadin.flow.component.webcomponent | |
com.vaadin.flow.router |
Modifier and Type | Method and Description |
---|---|
void |
UI.navigate(String location,
QueryParameters queryParameters)
Updates this UI to show the view corresponding to the given location and
query parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
WebComponentUI.navigate(String location,
QueryParameters queryParameters) |
Modifier and Type | Method and Description |
---|---|
static QueryParameters |
QueryParameters.empty()
Creates an empty query parameters information.
|
static QueryParameters |
QueryParameters.fromString(String queryString)
Creates parameters from a query string.
|
static QueryParameters |
QueryParameters.full(Map<String,String[]> parameters)
Creates parameters from full representation, where each parameter name
may correspond to multiple values.
|
QueryParameters |
Location.getQueryParameters()
Gets the request parameters used for current location.
|
static QueryParameters |
LocationUtil.parseQueryParameters(String location)
Parses query parameters from the given location.
|
static QueryParameters |
QueryParameters.simple(Map<String,String> parameters)
Creates parameters from simple representation, where each parameter name
corresponds to a single value.
|
Modifier and Type | Method and Description |
---|---|
Optional<QueryParameters> |
RouterLink.getQueryParameters()
Gets the
QueryParameters of this link. |
Modifier and Type | Method and Description |
---|---|
void |
RouterLink.setQueryParameters(QueryParameters queryParameters)
Sets the
QueryParameters of this link. |
Constructor and Description |
---|
Location(List<String> segments,
QueryParameters queryParameters)
Creates a new location based on a list of path segments and query
parameters.
|
Location(String location,
QueryParameters queryParameters)
Creates a new
Location object for given location string and query
parameters. |
Copyright © 2025. All rights reserved.