public class RouteParam extends Pair<String,String>
RouteParameters
instance.Constructor and Description |
---|
RouteParam(String name,
String value)
Creates a new route parameter.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of the parameter.
|
String |
getValue()
Gets the value of the parameter.
|
Copyright © 2021. All rights reserved.