Class RouteParam

    • Constructor Detail

      • RouteParam

        public RouteParam​(String name,
                          String value)
        Creates a new route parameter.
        Parameters:
        name - the name of the parameter.
        value - the value of the parameter.
    • Method Detail

      • getName

        public String getName()
        Gets the name of the parameter.
        Returns:
        the name of the parameter.
      • getValue

        public String getValue()
        Gets the value of the parameter.
        Returns:
        the value of the parameter.