Interface IRequestParameters

    • Method Detail

      • getParameterNames

        Set<StringgetParameterNames()
        Returns immutable set of all available parameter names.
        Returns:
        list of parameter names
      • getParameterValues

        List<StringValuegetParameterValues​(String name)
        Returns list of values for parameter with specified name. If the parameter does not exist this method returns null
        Parameters:
        name - parameter name
        Returns:
        list of all values for given parameter or null if parameter does not exist