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
Class RouteParam
All Implemented Interfaces:
Route parameter containing the name and the value used mainly when
constructing a RouteParameters
instance.
See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RouteParam
Creates a new route parameter.
Parameters:
name
- the name of the parameter.value
- the value of the parameter.
-
-
Method Details
-
getName
Gets the name of the parameter.
Returns:
the name of the parameter.
-
getValue
Gets the value of the parameter.
Returns:
the value of the parameter.
-