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

getLongParameters

open static fun getLongParameters(request: ServletRequest, name: String): LongArray

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

Parameters

request - current HTTP request

name - the name of the parameter with multiple possible values