spring-framework / org.springframework.web.bind / ServletRequestUtils / getIntParameters

getIntParameters

open static fun getIntParameters(request: ServletRequest, name: String): IntArray

Get an array of int parameters, return an empty array if not found.

Parameters

request - current HTTP request

name - the name of the parameter with multiple possible values