Package com.vaadin.flow.router
Class RouteParameterData
- java.lang.Object
-
- com.vaadin.flow.router.RouteParameterData
-
- All Implemented Interfaces:
Serializable
public class RouteParameterData extends Object implements Serializable
Immutable data representing one url parameter.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RouteParameterData(String template, String regex)Creates a parameter data instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getRegex()Gets the regex of the parameter.StringgetTemplate()Gets the parameter template string.
-