Package com.vaadin.flow.router
Class RouteParam
- java.lang.Object
-
- com.vaadin.flow.internal.Pair<String,String>
-
- com.vaadin.flow.router.RouteParam
-
- All Implemented Interfaces:
Serializable
public class RouteParam extends Pair<String,String>
Route parameter containing the name and the value used mainly when constructing aRouteParametersinstance.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RouteParam(String name, String value)Creates a new route parameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the name of the parameter.StringgetValue()Gets the value of the parameter.
-