Interface RequestParameterMap

    • Method Detail

      • getValues

        @Nullable
        @Nullable RequestParameter[] getValues​(@NotNull
                                               @NotNull String name)
        Returns all values for the named parameter or null if none
        Parameters:
        name - The parameter name
        Returns:
        The request parameter array or null.
      • getValue

        @Nullable
        @Nullable RequestParameter getValue​(String name)
        Returns the first value for the named parameter or null if none
        Parameters:
        name - The parameter name
        Returns:
        The request parameter or null.