"for the corresponding primitive type.");
}
}
ServletRequestDataBinder binder = createBinder(request, null, paramName);
initBinder(handler, paramName, binder, webRequest, request, response);
args[i] = binder.convertIfNecessary(paramValue, param.getParameterType(), param);
}
else {
// Bind request parameter onto object...
if (sessionAttributeSet != null &&
(sessionAttributeSet.contains(attrName) || sessionAttributeSet.contains(param.getParameterType())) &&